Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. //------------------------------------------------------------------------------
  2. if(dialogid == IMENU)
  3. {
  4. if(response)
  5. {
  6. if(listitem == 0)
  7. {
  8. SendClientMessage(playerid, COLOR_GREEN, " Sega znate kako da boksuvate !");
  9. }
  10. if(listitem == 1)
  11. {
  12. SendClientMessage(playerid, COLOR_YELLOW, "Odete na mestoto oznaceno so crveno i polozete i zemete ja vozackata dozvola");
  13. SetPlayerCheckpoint(playerid,1284.7064,-1330.2170,13.5457,8.0);
  14. }
  15. if(listitem == 2)
  16. {
  17. SendClientMessage(playerid, COLOR_GREEN, " Sega znaete kako da boksuvate protiv !");
  18. }
  19. if(listitem == 3)
  20. {
  21. SendClientMessage(playerid, COLOR_YELLOW, "Odete na mestoto oznaceno so crveno i polozete za plovidba");
  22. SetPlayerCheckpoint(playerid,1678.4901,-1634.6853,14.2266,8.0);
  23. }
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement