Advertisement
darkxdll

loop maldito

Jul 26th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.65 KB | None | 0 0
  1.             for(new i ; i < 43 ; i++)
  2.             {
  3.                 if(GetVehicleTrailer(GetPlayerVehicleID(playerid)) == BauTrailer[i])
  4.                 {
  5.                     if(PlayerInfo[playerid][pWorking] == 1) return SendClientMessage(playerid,-1,"Você já está trabalhando !");
  6.                     new rand = random(sizeof(TBau));
  7.                     CriarTrabalho(playerid,TBau[rand][CarregarX],TBau[rand][CarregarY],TBau[rand][CarregarZ],TBau[rand][DescarregarX],TBau[rand][DescarregarY],TBau[rand][DescarregarZ],TBau[rand][nome_carga],TBau[rand][nome_rota],TBau[rand][pagamento],TBau[rand][mafia]);
  8.                     return 1;
  9.                 }else{
  10.                     SendClientMessage(playerid,-1,"Você não tem uma carga apropriada !");
  11.                 }
  12.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement