17.10.2011, 13:09
Quote:
Hello, I am making an simple admin system, but I want when a player connect before spawn to ask for his/her password.
If it's incorrect to be kicked. How can I make it with the pawn Код:
|
pawn Код:
public OnPlayerConnect(playerid)
{
ShowPlayerDialog(playerid,DIALOGID,DIALOG_STYLE_INPUT,"Login Account","Login","Quit");
return 1;
}