OnPlayerDeath isn't getting called correctly
#2

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


Messages In This Thread
OnPlayerDeath isn't getting called correctly - by Luis- - 26.11.2014, 13:59
Re: OnPlayerDeath isn't getting called correctly - by Simeon87 - 26.11.2014, 14:05
Re: OnPlayerDeath isn't getting called correctly - by Luis- - 26.11.2014, 14:09
Re: OnPlayerDeath isn't getting called correctly - by Kyance - 26.11.2014, 14:15

Forum Jump:


Users browsing this thread: 1 Guest(s)