24.08.2008, 13:16
Code:
public OnPlayerCommandText(playerid,cmdtext[]) { if (strcmp(cmdtext, "/clickontopic", true)==0) { SendClientMessage(playerid, COLOR_BLUE, "Reply In this topic, With Pawno Language Style"); SendClientMessage(playerid, COLOR_GREEN, "If you reply normally, i hope mods ban u! "); return 1; } //=============================================================================== if (strcmp(cmdtext, "/sorry", true)==0) { SendClientMessage(playerid, COLOR_BLUE, "Sorry my pawn is not so good"); SendClientMessage(playerid, COLOR_GREEN, "that's why i use SendClientMessages"); return 1; }