SA-MP Forums Archive
SendRconCommand - 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)
+--- Thread: SendRconCommand (/showthread.php?tid=516716)



SendRconCommand - SlonCHL - 01.06.2014

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");?


Re: SendRconCommand - Team_PRO - 01.06.2014

Yes you can do but make sure the map is in .pwn format and added to server.cfg


Re: SendRconCommand - SlonCHL - 01.06.2014

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