25.04.2012, 11:56
PHP Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp(cmd, "/test", true) == 0)
{
SendClientMessage(playerid, COLOR_WHITE, "Testing Command");
return 1;
}
return 1;
}
Is this Command in a FIlterscript or GameMode?
If GameMode, what Other FS is loaded?
OR what Command Processor do you use?