Filterscript issue (rep)++
#1

well i have 5 filterscripts but the problem is commands and functions are not working properly
Reply
#2

make sure that you don't have return values at the end of callbacks
Reply
#3

Could you give us more details about your problem?

First thought, that came to my mind: check public OnPlayerCommandText - each should return 0 at the end of the public:
PHP код:
public OnPlayerCommandText(playeridcmdtext[]) 
{
    
// Commands....
    
return 0;

Reply
#4

Reply with your filterscript codes.
Reply
#5

It could be those returns.

Post up the server.log, and server.cfg (without your rcon password), and explain what ones are having the issues and how for each.
Reply
#6

Check This : https://sampforum.blast.hk/showthread.php?tid=597583
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)