03.06.2010, 11:53
Here:
pawn Код:
if(strcmp(cmd, "/help", true) == 0) {
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;
}