AivarasZs Pawn questions
#3

Quote:
Originally Posted by aivarasz
Посмотреть сообщение
Hey, I'm begginer on Pawn and I ask you it here questions about scripting.

My first question is how to do when I connect to the server and when opened GUI table example first table be the rules and when rules done go change to registration/login table. Write an easy to understand script please simple example. (Gamemode is blank.)
OnPlayerConnect handles properties (functions) upon connection. Your "table" may be done by using Textdraws, dialogs, and even messages sent to the client.

pawn Код:
public OnPlayerConnect(playerid)
{
    ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Example","Test.","Continue","");
    return 1;
}
Reply


Messages In This Thread
AivarasZs Pawn questions - by aivarasz - 01.12.2011, 19:22
Re: AivarasZs Pawn questions - by LZLo - 01.12.2011, 19:25
Re: AivarasZs Pawn questions - by Sinc - 01.12.2011, 19:29
Re: AivarasZs Pawn questions - by aivarasz - 01.12.2011, 19:40
Re: AivarasZs Pawn questions - by aivarasz - 02.12.2011, 06:10

Forum Jump:


Users browsing this thread: 2 Guest(s)