Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. if(!strcmp(cmdtext, "/pvalyti", true,7))
  2. {
  3. if(playerDB[playerid][plead] == 36 || playerDB[playerid][superadmin] == true)
  4. {
  5. SetVehicleToRespawn(Furos_Priekaba[0]);
  6. SetVehicleToRespawn(Furos_Priekaba[1]);
  7. SetVehicleToRespawn(Furos_Priekaba[2]);
  8. SetVehicleToRespawn(Furos_Priekaba[3]);
  9. SetVehicleToRespawn(Furos_Priekaba[4]);
  10. SetVehicleToRespawn(Furos_Priekaba[5]);
  11. SetVehicleToRespawn(Furos_Priekaba[6]);
  12. SetVehicleToRespawn(Furos_Priekaba[8]);
  13. SetVehicleToRespawn(Furos_Priekaba[9]);
  14. SetVehicleToRespawn(Furos_Priekaba[10]);
  15. SetVehicleToRespawn(Furos_Priekaba[11]);
  16. SetVehicleToRespawn(Furos_Priekaba[12]);
  17. SetVehicleToRespawn(Furos_Priekaba[13]);
  18. SetVehicleToRespawn(Furos_Priekaba[14]);
  19. SetVehicleToRespawn(Furos_Priekaba[15]);
  20. SetVehicleToRespawn(Furos_Priekaba[16]);
  21. SetVehicleToRespawn(Furos_Priekaba[17]);
  22. SendClientMessage(playerid, -1, "{AEFF00}Priekabos pastatytos į vietas, jas galite rasti fūristų bazėje!");
  23. }
  24. return 1;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement