Posts: 484
Threads: 49
Joined: Feb 2011
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...
Posts: 484
Threads: 49
Joined: Feb 2011
Thank you so much!
Posts: 484
Threads: 49
Joined: Feb 2011
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!