AloneZ

Untitled

Jul 21st, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.36 KB | None | 0 0
  1.     new carid = GetPlayerVehicleID(carid);
  2.     if(IsAPizzaCar(carid))
  3.     {
  4.         if(!IsPlayerInAnyVehicle(playerid))
  5.         {
  6.             new string[256];
  7.             format(string,sizeof(string),"[BSP]: Você recebeu R$ 745,00 por ter feito a entrega.");
  8.             SendClientMessage(playerid,COLOR_GRAD1,string);
  9.             GivePlayerMoney(playerid, 745);
  10.             DisablePlayerCheckpoint(playerid);
  11.         }
  12.     }
Advertisement
Add Comment
Please, Sign In to add comment