SA-MP Forums Archive
ShowPlayerDialog help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: ShowPlayerDialog help (/showthread.php?tid=140711)



ShowPlayerDialog help - johnathon956 - 10.04.2010

im doing this so people actually read the rules but when they change there skin it does this samp ShowPlayerDialog help
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerColor(playerid, playerColors[playerid % sizeof playerColors]);
    ShowPlayerDialog(playerid,Dialog_Rules,0,"Server Rules","1.- Remember That we range ban cheaters.\n2.Never Hack/Cheat or use any Exploits..\n3.Respect the people in the server, no insulting or swearing.\n4.Please Dont EVER Bitch about the server.\n5.Dont insult admins just because they punished you.","Okay","Cancel");
    return 1;
}



Re: ShowPlayerDialog help - [HiC]TheKiller - 10.04.2010

If you want it to show once put it on OnPlayerConnect.