08.12.2014, 18:54
PHP код:
public OnFilterScriptInit(){
print("XXXXX");
return 1;
}
Deixe seu codigo mais organizado..
PHP код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
switch(dialogid){
case 50010:{
if(response) ShowPlayerDialog(playerid, 50011, DIALOG_STYLE_MSGBOX, "Comandos", "---", "Avanзar", "Fechar");
}
case 50011:{
if(response) ShowPlayerDialog(playerid, 50012, DIALOG_STYLE_MSGBOX, "Comandos", "---", "Avanзar", "Fechar");
}
}
return 0;
}

