19.01.2013, 09:59
You can also log in to rcon with your rcon password from the server.cfg use /rcon login PASSWORD
Then you can do /rcon reloadfs FS-NAME
/rcon loadfs FS-NAME
/rcon unloadfs FS-NAME
All you need is a .amx file from the FS you want to load to be in the filterscripts folder.
You can also load a FS with the GM by opening the GM and going to OnGameModeInit ( or OnFilterScriptInit )
And add
And it will load into the GM.
Then you can do /rcon reloadfs FS-NAME
/rcon loadfs FS-NAME
/rcon unloadfs FS-NAME
All you need is a .amx file from the FS you want to load to be in the filterscripts folder.
You can also load a FS with the GM by opening the GM and going to OnGameModeInit ( or OnFilterScriptInit )
And add
pawn Код:
SendRconCommand("reloadfs FS-NAME");