Ask password at OnPlayerSpawn
#2

Quote:
Originally Posted by Kostas'
Посмотреть сообщение
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 Код:
ShowPlayerDialog(playerid,DIALOGID,DIALOG_STYLE_INPUT,"Login Account","Login","Quit");
Can someone give me an example how to use it
pawn Код:
public OnPlayerConnect(playerid)
{
    ShowPlayerDialog(playerid,DIALOGID,DIALOG_STYLE_INPUT,"Login Account","Login","Quit");
    return 1;
}
Reply


Messages In This Thread
Ask password at OnPlayerSpawn - by Kostas' - 17.10.2011, 13:05
Re: Ask password at OnPlayerSpawn - by Stigg - 17.10.2011, 13:09
Re: Ask password at OnPlayerSpawn - by Kostas' - 17.10.2011, 13:10
Re: Ask password at OnPlayerSpawn - by nilanjay - 17.10.2011, 13:11
Re: Ask password at OnPlayerSpawn - by [Diablo] - 17.10.2011, 13:16
Re: Ask password at OnPlayerSpawn - by Kostas' - 17.10.2011, 13:18
Re: Ask password at OnPlayerSpawn - by nilanjay - 17.10.2011, 13:28
Re: Ask password at OnPlayerSpawn - by Mr_Scripter - 17.10.2011, 13:30
Re: Ask password at OnPlayerSpawn - by Kostas' - 17.10.2011, 13:32
Re: Ask password at OnPlayerSpawn - by Mr_Scripter - 17.10.2011, 13:34

Forum Jump:


Users browsing this thread: 2 Guest(s)