16.08.2013, 15:48
(
Последний раз редактировалось Blast3r; 16.08.2013 в 17:27.
)
Quote:
lol make the Example Please Any Scripter Here the /commands change to /cmds and the /rules can anyone make like the pic
|
But I strongly suggest you learn from the wikipedia.
pawn Код:
CMD:rules(playerid,params[])
{
ShowPlayerDialog(playerid, 52, 0, "Rules", "Rule 1: Blah Blah\nRule 2: Blah blah", "Agree", "Decline");
return 1;
}
That's just an example, you also have OnDialogResponse, you can use that if you want them to get kicked at the time you press "Decline". If you want, I can show you an example of that too.
EDIT: read the link I sent ya for more information of what I did.