Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help (
/showthread.php?tid=228558)
Help -
Beginnercoder - 19.02.2011
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?
Re: Help - rjjj - 19.02.2011
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
Re: Help -
Beginnercoder - 19.02.2011
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
Re: Help -
admantis - 19.02.2011
/rcon reloadfs [fs_name]
Re: Help -
Beginnercoder - 19.02.2011
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?
Re: Help -
Beginnercoder - 19.02.2011
Fixed, I didn't add capitals in.
Thanks.