03.07.2014, 18:05
Hmmm try this
instead of "if(dialogid == teleport)
Do this
instead of "if(dialogid == teleport)
Do this
pawn Код:
switch(dialogid)
case DIALOG_TELEPORT: {
blablabla
}

