Interesting question
#1

Is there a way to load GM's out of SA-MP Gamemode folder? Like Sever dicrectory\LALA\LALA.amx?
Reply
#2

i think like this
"../LALA/LALA.amx"
the ".." stands for parent directory
not sure though it will work
Reply
#3

server.cfg supports it? or no?
Reply
#4

i dont know try it try with "" and without "" in sever.cfg
Reply
#5

Yes. You can load it from within a folder WITHIN the filterscript/gamemode folder, or just from a folder in the main directory.

Consider this layout

--------------------------------
filterscripts
->myFolder
->filter.pwn
->filter.amx
gamemodes
->other
->bare.pwn
->bare.amx
someFolder
->otherFS.pwn
->otherFS.amx
--------------------------------

You can load it like -

Quote:
Originally Posted by server.cfg
gamemode other/bare
filterscripts myfolder/filter ../someFolder/otherFS
Cheers
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)