Problem with filterscript, please help!
#2

the most common mistake is the usage of
Код:
OnPlayerCommandText
{
// your commands of the filterscript
return 1;
}
..the return 1; avoids further processing of your typed command, so its aborted before the filterscript can pass the execution of the command.
try replacing the return 1; with return 0;
it should do the trick.
Reply


Messages In This Thread
Problem with filterscript, please help! - by Panormitis - 24.11.2011, 11:41
Re: Problem with filterscript, please help! - by Babul - 24.11.2011, 12:14

Forum Jump:


Users browsing this thread: 1 Guest(s)