30.04.2012, 15:49
ok so i compiled without any eroors or wanring's but when i went in-game to test it it said it was an invalid command
heres my code
heres my code
Код:
if (strcmp("/me", cmdtext, true, 10) == 0)
{
new me[20];
new text[19];
new name[MAX_PLAYER_NAME];
format(me, sizeof(me), "*%s %s", name, text);
SendClientMessageToAll(COLOR_WHITE, me);
IRC_GroupSay(gGroupID, IRC_CHANNEL, me);
IRC_GroupSay(gGroupID, ADMIN_IRC_CHANNEL, me);
return 1;
}

