26.11.2014, 14:05
Line 6:
Please try changing this to:
Did the compiler not pick up on that?
Other than that, have you thoroughly tested the isInLaserShoot function?
Код:
if(isInLaserShoot{playerid} == true && IsPlayerInAnyVehicle(playerid)) {
Код:
if(isInLaserShoot(playerid) == true && IsPlayerInAnyVehicle(playerid)) {
Other than that, have you thoroughly tested the isInLaserShoot function?