20.04.2012, 10:27
Hello,i've maked a dialog_list and with other options i've "Check your stats",i've already a /stats cmd (in dialogs),but with this option in dialog,i wanna call the command /stats (I use ZMCD),so i made this:
But doesn't work.
pawn Код:
if(listitem == 10) //Check your stats
{
CMD:stats(playerid)
}