03.12.2009, 17:05
I have a dialog that pops up if you join the server
either the messages that comes when someone joins arent working 2 and that just copied of you mainpost :O
And that still not working
gratz shotyoudie
Код:
OnPlayerConnect:
ShowPlayerDialog(playerid,212, DIALOG_STYLE_LIST,"Select your language:","1\tEnglisch\n2\tDutch","Select","Cancel");
OnDialogResponse:
}
if(dialogid == 212 && response == 1)
{
if(listitem == 0)
{
SetPlayerLanguage(playerid, Englisch);
SendClientMessage(playerid, COLOR_YELLOW, "Your language is set to Englisch");
}
if(listitem == 1)
{
SetPlayerLanguage(playerid, Dutch);
SendClientMessage(playerid, COLOR_YELLOW, "Je taal is gezet op Nederlands");
}
return 1;
}
return 0;
}
And that still not working

gratz shotyoudie

