10.04.2013, 21:51
I have problem. When dialog is called the server kicks me.. Code of dialog:
I call TogglePlayerSpectating under my own public callback and set it to 1.. and after the player click on dialog button the server kicks player..
pawn Code:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
...
case DONED:
{
TogglePlayerSpectating(playerid, 0);
}
...