Guest User

Untitled

a guest
Aug 30th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. if (GetPlayerState(playerid) == 1 && PlayerToPoint(3.0, playerid,1546.6886,32.2952,24.1406))
  2. {
  3. GettingJob[playerid] = 1;
  4. ShowPlayerDialog(playerid, DIALOG_DOZVOLA, DIALOG_STYLE_MSGBOX, "Posao","Dali hocete da se zaposlite ?","Da","Ne");
  5. }
  6. if(dialogid == DIALOG_RABOTA)
  7. {
  8. if(response)
  9. {
  10. if(GettingJob[playerid] > 0)
  11. {
  12. PlayerInfo[playerid][pJob] = GettingJob[playerid];
  13. GettingJob[playerid] = 0;
  14. return 1;
  15. }
  16. else
  17. {
  18. SendClientMessage(playerid, COLOR_GREY, " Nisi na lokaciju!");
  19. return 1;
  20. }
  21. }
  22. return 1;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment