Update entWatch-tools.sp
This commit is contained in:
		
							parent
							
								
									49c697bd60
								
							
						
					
					
						commit
						6c38e0b85e
					
				@ -92,7 +92,7 @@ public Action Command_TransferItem(int client, int args)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
					EquipPlayerWeapon(reciever, item.iWeapon);
 | 
										EquipPlayerWeapon(reciever, item.iWeapon);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					item.dConfig.iDisplay &= iDisplay;
 | 
										item.dConfig.iDisplay = iDisplay;
 | 
				
			||||||
					bTransfered = true;
 | 
										bTransfered = true;
 | 
				
			||||||
					break;
 | 
										break;
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
@ -145,7 +145,7 @@ public Action Command_TransferItem(int client, int args)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
					EquipPlayerWeapon(reciever, item.iWeapon);
 | 
										EquipPlayerWeapon(reciever, item.iWeapon);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					item.dConfig.iDisplay &= iDisplay;
 | 
										item.dConfig.iDisplay = iDisplay;
 | 
				
			||||||
					bTransfered = true;
 | 
										bTransfered = true;
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user