16.07.2015, 15:26
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; }