10.04.2010, 09:12
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;
}