23.07.2010, 21:28
What's the value with dialog_weaps? Also try return one before another dialog code begins. Example:
pawn Код:
if(dialogid == 43) {
if(listitem == 0) {
// stuff
}
// etc.
return 1;
}

