29.03.2010, 08:58
I maded list of dialog and my question is how can i add a command to player if he clicked on the itemlist 0
something like this:
something like this:
Код:
if(dialogid == 147147) { if(response) { if(listitem == 0) { return /v buy 473 } } else{SendClientMessage(playerid, 0xFFFFFFFF, "You canceled!");} }