02.12.2009, 11:53
How i can create the dialog without response, just the msgbox??
There how i try to do it:
OnPlayerConnect:
Some1 in script:
There how i try to do it:
OnPlayerConnect:
Code:
ShowPlayerDialog(playerid,2,DIALOG_STYLE_MSGBOX,"WaRserver","Welcome to WaRserver"," "," ");
Code:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 2) { // huh? } }