Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (GetPlayerState(playerid) == 1 && PlayerToPoint(3.0, playerid,1546.6886,32.2952,24.1406))
- {
- GettingJob[playerid] = 1;
- ShowPlayerDialog(playerid, DIALOG_DOZVOLA, DIALOG_STYLE_MSGBOX, "Posao","Dali hocete da se zaposlite ?","Da","Ne");
- }
- if(dialogid == DIALOG_RABOTA)
- {
- if(response)
- {
- if(GettingJob[playerid] > 0)
- {
- PlayerInfo[playerid][pJob] = GettingJob[playerid];
- GettingJob[playerid] = 0;
- return 1;
- }
- else
- {
- SendClientMessage(playerid, COLOR_GREY, " Nisi na lokaciju!");
- return 1;
- }
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment