Advertisement
Guest User

ropa basu

a guest
Feb 13th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. else if(TRUCK_IsATrashMaster(vehicleid) && PlayerInfo[playerid][pRopaBasurero] == 0)
  2. {
  3. if(PlayerInfo[playerid][pTrabajo] != 5 && PlayerInfo[playerid][pTrabajo2] != 5)
  4. {
  5. RemovePlayerFromVehicle(playerid);
  6. new Float:slx, Float:sly, Float:slz;
  7. GetPlayerPos(playerid, slx, sly, slz);
  8. SetPlayerPos(playerid, slx, sly, slz);
  9.  
  10. SendClientMessage(playerid, COLOR_WHITE, "Necesitar ser basurero para conducir camiones de basura.");
  11. SendClientMessage(playerid, COLOR_WHITE, "Escribe "#Amarillo1"/ayuda trabajos "#Blanco"para obtener más información.");
  12. return 1;
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement