Quote:
Originally Posted by [L3th4l]
Variable failure?
pawn Код:
OnPlayerStateChange(....) { if(newstate == PLAYER_STATE_DRIVER && GetVehicleModel(GetPlayerVehicleID(playerid)) == 520 && RankVar[playerid] != 5) { // Kick player out of vehicle } }
Not sure if that's what you are looking for though
Again, could be a problem with your variables.
|
it is what im looking for and my script is basically the same thing