Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
- {
- //==============================================================================
- if (dialogid == DIALOG_POSLOVI)
- {
- if(response)
- {
- if (listitem == 0)
- {
- SendClientMessage(playerid, COLOR_GREY, "[Job Selector]:Ti ne radis kao farmer.");
- }
- if (listitem == 1)
- {
- SendClientMessage(playerid, COLOR_GREY, "[Job Selector]:Ti ne radis kao farmer.");
- }
- }
- }
- return 1;
- }
- //==============================================================================
- return 1;
Advertisement
Add Comment
Please, Sign In to add comment