Advertisement
Guest User

Ant-Roubo De Carros

a guest
Nov 20th, 2011
2,105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.48 KB | None | 0 0
  1. if(!ispassenger)
  2.     {
  3.         for(new i = 0; i < MAX_PLAYERS; i++)
  4.         {
  5.             if(IsPlayerInVehicle(i, vehicleid) && GetPlayerState(i) == PLAYER_STATE_DRIVER)
  6.             {
  7.                 if(i != playerid)
  8.                 {
  9.                     SetPlayerHealth(playerid, 0);
  10.                     SendClientMessage(playerid, 0xAA3333AA, " Você foi morto por tentar roubar um veículo!");
  11.                     return 1;
  12.                 }
  13.             }
  14.         }
  15.     }
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement