Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.24 KB | None | 0 0
  1. if(newstate == PLAYER_STATE_PASSENGER) // Verifica se é passageiro
  2. {
  3.     if(GetPlayerVehicleID(playerid))
  4.     {
  5.         if(!IsVehicleOccupied(GetPlayerVehicleID(playerid))) SendClientMessage(playerid, 0xAA3333AA, "Não tem motorista!");
  6.     return 1;
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement