Guest User

Untitled

a guest
Jan 11th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  2. {
  3. new sendername[MAX_PLAYER_NAME];
  4. new string[128];
  5.  
  6. if(dialogid == DIALOGID)
  7. {
  8. if(response)
  9. {
  10. if(listitem == 0)
  11. {
  12. ShowPlayerDialog(playerid, DIALOGID+1, DIALOG_STYLE_LIST, "Stiluri de Lupta", "Elbow\nBoxing\nGrabkick\nKneehead\nKungfu\nNormal", "Select", "");
  13. }
  14. }
  15. return 1;
  16. }
  17. asa mai departe...
Advertisement
Add Comment
Please, Sign In to add comment