17.12.2010, 03:45
add to OnDialogResponse... a "clickeditem[]" or something and the value of this will be the text on the item...(for LIST dialog)
its can be good for some stuff... (in my case, i made a list of player/clans and its displays them (from db) but i can't use this :\
its like "OnPlayerClickPlayer" where there is "clickedplayerid" which its value is the player's id...
pawn Код:
//it'll look like this:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[],clickeditem[])
its like "OnPlayerClickPlayer" where there is "clickedplayerid" which its value is the player's id...