Guest User

Untitled

a guest
Jan 15th, 2014
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. if(strcmp(cmdtext,"/zaladujs",true)==0)
  2. {
  3. new vehicleid = GetPlayerVehicleID(playerid);
  4. if(!IsPlayerInAnyVehicle(playerid)){
  5. SendClientMessage(playerid,COLOR_YELLOW,"Nie jesteś w ciężarówce");
  6. return 1;
  7. }
  8. if(zaladowany[playerid] != 0){
  9. SendClientMessage(playerid,COLOR_YELLOW, "Już jesteś załadowany!");
  10. return 1;
  11. }
  12. if(!GetVehicleTrailer(vehicleid)){
  13. SendClientMessage(playerid,COLOR_YELLOW, "Nie masz podczepionej naczepy!");
  14. return 1;
  15. }
  16. if(!IsPlayerInCheckpoint(playerid) && (playerCheckpoint[playerid] == CP_1 || playerCheckpoint[playerid] == CP_2 || playerCheckpoint[playerid] == CP_3 || CP_4 || CP_5 || CP_6 || CP_7 || CP_8 || CP_9 || CP_10 || CP_11 || CP_12 || CP_13 || CP_14 || CP_15 || CP_16 || CP_17 || CP_18 || CP_19 || CP_20 || CP_21 || CP_22 || CP_23)){
  17. SendClientMessage(playerid, COLOR_RED, "Nie jesteś w wyznaczonym markerze!");
  18. return 1;
  19. }
  20.  
  21.  
  22. if(IsPlayerInCheckpoint(playerid) && (playerCheckpoint[playerid] == CP_1 || playerCheckpoint[playerid] == CP_2 || playerCheckpoint[playerid] == CP_3 || CP_4 || CP_5 || CP_6 || CP_7 || CP_8 || CP_9 || CP_10 || CP_11 || CP_12 || CP_13 || CP_14 || CP_15 || CP_16 || CP_17 || CP_18 || CP_19 || CP_20 || CP_21 || CP_22 || CP_23)){
  23. else if(GetVehicleTrailer(435) && GetVehicleTrailer(591))
  24. {
  25. ShowPlayerDialog(playerid, 57, DIALOG_STYLE_LIST, "Towasry", "{33ff33}Towary Legalne\n{ff0033}Towary Nielegalne", "OK", "Wyjdz");
  26. return 1;
  27. }
  28. else if(GetVehicleTrailer(450))
  29. {
  30. ShowPlayerDialog(playerid, 58, DIALOG_STYLE_LIST, "Towdary", "{33ff33}Towary Legalne\n{ff0033}Towary Nielegalne", "OK", "Wyjdz");
  31. return 1;
  32. }
  33. else if(GetVehicleTrailer(584))
  34. {
  35. ShowPlayerDialog(playerid, 52, DIALOG_STYLE_LIST, "Towary", "{33ff33}Towary Legalne\n{ff0033}Towary Nielegalne", "OK", "Wyjdz");
  36. return 1;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment