Is this possible?
#1

Is it possible to like reload all the filterscripts loaded upon gamemode loading?
So like

public OnGameModeInit()
{
ReloadAllFS();
return 1;
}
Reply
#2

If you did'nt used "loadfs" / "unloadfs" before the gamemode loading - yes.
Reply
#3

u can use something like :

forward ReloadAllFS();
public ReloadAllFS()
{
SendRconCommand("reloadfs script1");
SendRconCommand("reloadfs script2");
SendRconCommand("reloadfs script3");
return 1;
}

but i dont think there is another way
Reply
#4

Thats the thing :P i want it to reload all FS, I wouldnt know all the names,
Cause it switches my computer off if i do GMX and dont reload all FS
Reply
#5

u can edit ur /gmx to reloadfs not just restart the gm
Reply
#6

You dont understand :P,
I wouldnt know what FS are loaded at that time so i couldnt use reloadfs
As not all of them would reload as it would only reload the ones i told it to,
Not all the current loaded ones
Reply
#7

Quote:
Originally Posted by Joe Torran C
Thats the thing :P i want it to reload all FS, I wouldnt know all the names,
Cause it switches my computer off if i do GMX and dont reload all FS
Err... wait what?
Reply
#8

Quote:
Originally Posted by /^We(stie|z+[e|a
r)$/ ]
Quote:
Originally Posted by Joe Torran C
Thats the thing :P i want it to reload all FS, I wouldnt know all the names,
Cause it switches my computer off if i do GMX and dont reload all FS
Err... wait what?
Ok so when my server starts. It loads ladmin4v2, My roadblock system and flight system,
But RCON Admins load other filterscripts. So when a admin uses GMX, If i dont reload all loaded filterscripts,
It closes my server, So im wondering if theres a way for the server to get all the names of all loaded FS,
And reload them.. I already have it set to reload ladmin4v2, But i cant on other FS that admins have loaded
Reply
#9

no
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)