04.03.2007, 23:18
i have problem the /rules commands doesnt work with people who arent admin and when i change
to
i get error report for windows saying pawncc.exe has crashed
please help me i want so anyone can see rules and so its a private message
Quote:
if (strcmp(cmdtext, "/rules", true)== 0 && IsPlayerAdmin(playerid) == 1){ SendClientMessageToAll(0x33AA33AA, ".:[Plasma X-Games™].:.[Rules and Regulations]:."); SendClientMessageToAll(0x33AA33AA, "NO CHEATING IN RACES!! Or RAMMING WILL GET YOU BANNED"); SendClientMessageToAll(0x33AA33AA, "No Spawn Killing or DM'ing with health cheat on"); SendClientMessageToAll(0x33AA33AA, "No Car Jacking!! Respect other peoples rides, Get your Own!!"); return 1;} |
Quote:
if (strcmp(cmdtext, "/rules", true)== 0 SendClientMessage(playerid, 0x33AA33AA, ".:[Plasma X-Games™].:.[Rules and Regulations]:."); SendClientMessage(playerid, 0x33AA33AA, "NO CHEATING IN RACES!! Or RAMMING WILL GET YOU BANNED"); SendClientMessage(playerid, 0x33AA33AA, "No Spawn Killing or DM'ing with health cheat on"); SendClientMessage(playerid, 0x33AA33AA, "No Car Jacking!! Respect other peoples rides, Get your Own!!"); return 1;} |
please help me i want so anyone can see rules and so its a private message