Run FS on GM start
#1

How to make GameMod to run FS on its start, is that posible?
Because if i restart server by useing /gmx, some FS dont reload and i dont want to load it by useing rcon...
Reply
#2

pawn Код:
SendRconCommand("loadfs yourfsname");
Reply
#3

Thank you so much!
Reply
#4

It will load it just again, and it will send an error if it's already loaded. Use reloadfs.
pawn Код:
SendRconCommand( "reloadfs yourfsname" );
Or
pawn Код:
SendRconCommand( "unloadfs yourfsname" );
SendRconCommand( "loadfs yourfsname" );
Reply
#5

Quote:
Originally Posted by Mean
Посмотреть сообщение
It will load it just again, and it will send an error if it's already loaded. Use reloadfs.
pawn Код:
SendRconCommand( "reloadfs yourfsname" );
Or
pawn Код:
SendRconCommand( "unloadfs yourfsname" );
SendRconCommand( "loadfs yourfsname" );
Thank you man I just came to say that i cant run my fs by using that rcon command
But it works with reload
Thank you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)