16.11.2013, 19:51
Include is a script which makes the scripting easier. It's same with scripting gamemode/filterscript. You can bind it to your script.
Imagine you have a stock function which returns the player name. You want use this on your filterscript and gamemode.
In this moment you can have a private include script (bluebaron.inc) to copy the script there.
Then you can include the file into your script and use the stock function.
Imagine you have a stock function which returns the player name. You want use this on your filterscript and gamemode.
In this moment you can have a private include script (bluebaron.inc) to copy the script there.
Then you can include the file into your script and use the stock function.