#1

Hi, I added my gamemode and filterscript to my FTP (filezilla) (I am updating my server). So I placed them in and no changes on the server, do I have to restart the server? if so how do I restart the server?
Reply
#2

Just enter in the server as a admin (/rcon login [password defined in the server.cfg]) and use (/rcon gmx).

I did a command for you:

pawn Код:
if(strcmp("/restart",cmdtext,true,8)==0)
    {
        SendRconCommand("gmx");
        return 1;
    }

I hope that i have helped
Reply
#3

Thanks, that has updated my gamemode but not my filterscript, how do I update the filterscript?

Is it any of these?

# /rcon loadfs
# /rcon unloadfs
# /rcon reloadfs
Reply
#4

/rcon reloadfs [fs_name]
Reply
#5

I do that and it says
Filter Script 'stunt.amx' unload failed
Filter Script 'stunt.amx' load failed

There are people playing in my server so that shouldn't effect it?
Reply
#6

Fixed, I didn't add capitals in.
Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)