03.10.2011, 19:23
yeah all of a sudden myn quite working a well
and im using the original format
Код:
if (strcmp("/rules", cmdtext, true, 6) == 0) { SendClientMessage(playerid, 0xFFFFFFFF, ".::Rules::."); SendClientMessage(playerid, 0xFFFFFFFF, "#1.Keep Profane Language to a Minimum."); SendClientMessage(playerid, 0xFFFFFFFF, "#2.No Spamming or Adverts."); SendClientMessage(playerid, 0xFFFFFFFF, "#3.No intentional spawnkilling."); SendClientMessage(playerid, 0xFFFFFFFF, "#4.Do not bother people who do not want to be bothered."); SendClientMessage(playerid, 0xFFFFFFFF, "#5.Please report anything you see via /report [id] (reason) or use the forums."); SendClientMessage(playerid, 0xFFFFFFFF, "#6.Please check /help & /help2 before approaching an admin for help."); SendClientMessage(playerid, 0xFFFFFFFF, "#7.Don't ask anyone for admin or money, PERIOD!!"); SendClientMessage(playerid, 0xFFFFFFFF, "#8.Do not hack, cheat, or use third party mods that affect multiplayer gameplay."); SendClientMessage(playerid, 0xFFFFFFFF, "#9.Please respect all admins and PCRP Members and what they ask of you."); return 1; }