One warning.
#2

The code will never reached because you're using return 1; in the two blocks above, so the code will stop in either cases. Remove one of the return 1; I suppose here:
Код:
if(!IsPlayerInAnyVehicle(playerid))
					{
   						return 1;
					}
Reply


Messages In This Thread
One warning. - by SpikeSpigel - 16.07.2015, 15:23
Re: One warning. - by admantis - 16.07.2015, 15:26
Re: One warning. - by SpikeSpigel - 16.07.2015, 15:33

Forum Jump:


Users browsing this thread: 1 Guest(s)