21.04.2010, 17:15
I personally think nothing's wrong but i think pawn overdrives and makes fake errors becouse in an fs it works
pawn Код:
if(strcmp(cmd, "/rules", true) == 0)
{
ShowPlayerDialog(playerid,3,DIALOG_STYLE_MSGBOX,"Do you accept our rules?","1 We want you to behave like in real life.\n2 Talk normally or you can get kicked/banned.\n3 Cheating or bug abusing results in a ban, also try /abusehelp\n4 Respect eachother and respect the admins, also try /abusehelp\n5 Spawnkilling and driveover kills aren't allowed.\n6 Use English or Dutch in any the mainchat.\n7 Advertising is allowed but if you're advertising a bad site it's a ban.\nFollow this rules and nothing will happen to you.","Accept","Decline");
return 1;
}