13.07.2012, 19:15
You could replace the IsPlayerConnected with the following, which will just skip over anyone that is not a trucker.
pawn Код:
if(PlayerInfo[i][pJob] != JOB_TRUCKER) continue;