03.06.2010, 14:16
Here you go:
Use this "strcmp format" for all your commands.
Код:
if(!strcmp(cmd, "/help", true,5)) { SendClientMessage(playerid, COLOR_GREEN, "BlackBlood's freeroam: Created by [TLA]BlackBlood."); SendClientMessage(playerid, COLOR_YELLOW, "Type: /genhelp for general help."); SendClientMessage(playerid, COLOR_YELLOW, "Type: /moneyhelp for information about earning money."); SendClientMessage(playerid, COLOR_YELLOW, "Type: /languagehelp for information about languages."); SendClientMessage(playerid, COLOR_YELLOW, "Type: /adminhelp for information about the admins and becoming one."); SendClientMessage(playerid, COLOR_YELLOW, "Type: /cmds for the commands."); SendClientMessage(playerid, COLOR_YELLOW, "Type: /rules for this server's rules."); return 1; }