Run a filterscript through a gamemode?
#1

Is it possible to make the gamemode initiate the start of a filterscript, i thought there was a way.... Or is there a way to make a filterscript run AFTER the gamemode loads?


UPDATE!

Ok i just read if i add "SendRconCommand" i can run a filterscript through the gamemode but how would i go about using that command? to run a filter script called lets say "BOB"
Reply
#2

pawn Код:
public OnGameModeInit()
{
    // Will load the filterscript named BOB when the
    // game mode starts.
    SendRconCommand("loadfs BOB");

   
    return 1;
}
Reply
#3

Thanks alot!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)