12.02.2017, 18:42
1. You have to disable the checkpoint? https://sampwiki.blast.hk/wiki/DisablePlayerCheckpoint
2.
Might work:
2.
Might work:
PHP код:
new free;
foreach(new i : Player)
{
if(!IsPlayerInAnyVehicle(i))
continue;
if(GetPlayerVehicleID(i) == examen[free] && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
free++;
}

