04.11.2011, 16:48
Quote:
How do you know when a player has never connected before, rather than just not yet logged in?
|
PHP код:
OnPlayerConnect(playerid)
{
if(IsPlayerConnected(playerid))
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Rules", "You must abide the following rules: [Type your rules, and use /n to indent a line", "Done", "Quit");
return 1;
}