SOLVED
#1

SOLVED: I did jsut reset my server.cfg, it was missing smth, i used an old one

Hey,

I really am not able to see what i am doing wrong, sry if this is just a stupid post in your opinion.



They start but nthn happens.
And if u wonder what i am trying, just trying to see how exactly the SetSVarInt works since the wiki seems to be down again

greetings Marcel
Reply
#2

You are not returning a value at the functions!

PHP Code:
public OnFilterScriptInit()
{
    
//code
     
return 1;

Reply
#3

Also you are not using OnFilterScriptExit callback which also needs return 1;
and return 1; at your own function too
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)