01.12.2011, 19:29
Quote:
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.) |
pawn Код:
public OnPlayerConnect(playerid)
{
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Example","Test.","Continue","");
return 1;
}