10.04.2016, 20:02
Heres the issue:
I just wanted to preform double if and this error showed up
Код:
if(ReturnToWeapon!=1) { if(WeaponSet[playerid]==1) { GivePlayerWeapon(playerid,24,60); GivePlayerWeapon(playerid,25,100); } if(WeaponSet[playerid]==2) { GivePlayerWeapon(playerid,24,60); GivePlayerWeapon(playerid,32,120); } if(WeaponSet[playerid]==3) { GivePlayerWeapon(playerid,24,60); GivePlayerWeapon(playerid,30,120); } if(WeaponSet[playerid]==4) { GivePlayerWeapon(playerid,24,60); GivePlayerWeapon(playerid,16,3); } if(WeaponSet[playerid]==5) { GivePlayerWeapon(playerid,24,60); GivePlayerWeapon(playerid,26,60); } }