06.05.2012, 02:03
Quote:
Glad it helped you, good luck for the rest of the scripting mate You can ask me if you need any help(:
-FalconX |
pawn Code:
}
if(!strcmp(cmdtext, "/rules", true))
{
if(IsPlayerConnected(playerid))
{
strcat(string, "{FF6347}Any form of Cheating or Hacking is NOT tolerated on StuntNoobZ with a punishment of a permanent ban.\n");
strcat(string, "{AFAFAF}Respect ALL Players, not just the StuntNoobZ Administrators\n");
strcat(string, "{AFAFAF}Do not overkill players, as in don't spawn kill them over and over.\n");
strcat(string, "{AFAFAF}Begging for Administrator Status will only reduce your chances of getting chosen to become one, so don't do it!\n");
strcat(string, "{AFAFAF}No racist, offensive, or discriminating comments towards one another.\n");
strcat(string, "{AFAFAF}If you have issues with another player, do not argue with them about it, consult an Administrator, or simply just ignore the player.\n");
strcat(string, "{AFAFAF}Please enjoy yourself and allow others to have fun too!\n");
strcat(string, "{AFAFAF}Owner: [R]Skriptz\n");
strcat(string, "{005353}The [R] Crew ( Roam1n ) has settled here in StuntNoobZ, so please treat them with respect just as you would an Administrator, as we do not take shit.\n");
ShowPlayerDialog(playerid, RULESDIALOG2, DIALOG_STYLE_MSGBOX, " {FFFF00}StuntNoobZ - Rules!",string,"Okay","");
return 1;
}
return 1;
}