Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
- {
- new sendername[MAX_PLAYER_NAME];
- new string[128];
- if(dialogid == DIALOGID)
- {
- if(response)
- {
- if(listitem == 0)
- {
- ShowPlayerDialog(playerid, DIALOGID+1, DIALOG_STYLE_LIST, "Stiluri de Lupta", "Elbow\nBoxing\nGrabkick\nKneehead\nKungfu\nNormal", "Select", "");
- }
- }
- return 1;
- }
- asa mai departe...
Advertisement
Add Comment
Please, Sign In to add comment