Advertisement
Guest User

Untitled

a guest
Aug 26th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. if(dialogid == DIALOG_HAPPYJOBS)
  2. {
  3. if(response)
  4. {
  5. switch(listitem)
  6. {
  7. case 0:
  8. {
  9. new string[128];
  10. vrekjarzarabotka = 400;
  11. format(string, sizeof(string), "{1fdeaa}| HAPPYJOB |{FFFFFF} Administrator %s ja ovozmozi funkcijata HAPPYJOB na Gradeznicar", ImeIgraca(playerid));
  12. SendClientMessageToAll(COLOR_WHITE, string);
  13. }
  14. case 1:
  15. {
  16. new string[128];
  17. vrekjarzarabotka = 200;
  18. format(string, sizeof(string), "{1fdeaa}| HAPPYJOB |{FFFFFF} Administrator %s ja onevozmozi funkcijata HAPPYJOB", ImeIgraca(playerid));
  19. SendClientMessageToAll(COLOR_WHITE, string);
  20. }
  21. }
  22. }
  23. return 1;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement