Problem with OnPlayerCommandText
#4

PHP Code:
public OnPlayerCommandText(playeridcmdtext[])
{
    if (
strcmp(cmd"/test"true) == 0)
    {
    
SendClientMessage(playeridCOLOR_WHITE"Testing Command");
    return 
1;
    }
    return 
1;

It will Work ( Obviously ) or, tell me..
Is this Command in a FIlterscript or GameMode?
If GameMode, what Other FS is loaded?

OR what Command Processor do you use?
Reply


Messages In This Thread
Problem with OnPlayerCommandText - by falcko - 25.04.2012, 11:11
Re: Problem with OnPlayerCommandText - by ikbenremco - 25.04.2012, 11:26
Re : Problem with OnPlayerCommandText - by falcko - 25.04.2012, 11:37
Re: Problem with OnPlayerCommandText - by Aira - 25.04.2012, 11:56
Re : Problem with OnPlayerCommandText - by falcko - 25.04.2012, 12:02
Re: Problem with OnPlayerCommandText - by Aira - 25.04.2012, 12:05
Re : Problem with OnPlayerCommandText - by falcko - 25.04.2012, 12:14
Re: Problem with OnPlayerCommandText - by Mark™ - 25.04.2012, 13:23

Forum Jump:


Users browsing this thread: 2 Guest(s)