30.12.2011, 20:58
Well my last try to make use of myself, Instead of if(response) { }
My dialogs all have this;
Seems to work for me, else i'm sorry for wasting time :S
My dialogs all have this;
pawn Код:
if(dialogid == 1337) {
if(!response) return 0; //I have this
if(listitem == 0) { //else carry on to listitems
SendClientMessageToAll(-1, "TROLL");
}
}