25.02.2019, 17:15
This killed me inside.
You don't any IsPlayerConnected() checks not one!
Also why would you return 0 in this callback? What if there is other systems that need to do work regardless if the player can enter a vehicle or not ?
Код:
if(IsPlayerConnected(playerid)) { if(!ispassenger) { if(IsPlayerConnected(playerid))
Also why would you return 0 in this callback? What if there is other systems that need to do work regardless if the player can enter a vehicle or not ?