Posts: 135
Threads: 40
Joined: Nov 2012
Reputation:
0
Hello, I would like to ask if I could specify a path to my FS for the SendRconCommand("loadfs fsname"); instead of the FS name. For example in my filterscript directory I have a FS named map1 in my sub directory named map, can I do SendRconCommand("loadfs map/map1");?
Posts: 1,839
Threads: 136
Joined: Aug 2012
Reputation:
0
Yes you can do but make sure the map is in .pwn format and added to server.cfg
Posts: 135
Threads: 40
Joined: Nov 2012
Reputation:
0
About the format, yeah I know cause I'll be using CreateObject function. I do not want to add it to the config, I want to load it from my gamemode with the SendRconCommand function