Guest User

Moj prvi DIALOG

a guest
Dec 1st, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  2. {
  3. //==============================================================================
  4. if (dialogid == DIALOG_POSLOVI)
  5. {
  6. if(response)
  7. {
  8. if (listitem == 0)
  9. {
  10. SendClientMessage(playerid, COLOR_GREY, "[Job Selector]:Ti ne radis kao farmer.");
  11. }
  12. if (listitem == 1)
  13. {
  14. SendClientMessage(playerid, COLOR_GREY, "[Job Selector]:Ti ne radis kao farmer.");
  15. }
  16. }
  17.  
  18. }
  19. return 1;
  20. }
  21. //==============================================================================
  22. return 1;
Advertisement
Add Comment
Please, Sign In to add comment