mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +00:00
Put in function
To be safe and to prevent crashing when exec local variables in console
This commit is contained in:
parent
6cec1f60d2
commit
d8274cf7a3
1 changed files with 11 additions and 1 deletions
|
|
@ -24,6 +24,11 @@
|
||||||
// "8 32" or "-1 -1" or "-1 16" will also work. Just dont forget the quotes.
|
// "8 32" or "-1 -1" or "-1 16" will also work. Just dont forget the quotes.
|
||||||
// As the list goes down %min %max will stay the same unless you change them (a new %min = ? %max = ?) etc
|
// As the list goes down %min %max will stay the same unless you change them (a new %min = ? %max = ?) etc
|
||||||
|
|
||||||
|
// This is done so a crash cant occur using local variables
|
||||||
|
// Using exec( $Host::EvoCustomMapLimitsFile ); in console
|
||||||
|
function setmaps()
|
||||||
|
{
|
||||||
|
|
||||||
// _____ _______ ______
|
// _____ _______ ______
|
||||||
// / ____|__ __| ____|
|
// / ____|__ __| ____|
|
||||||
// | | | | | |__
|
// | | | | | |__
|
||||||
|
|
@ -559,3 +564,8 @@ $Host::MapPlayerLimitsFourSquareDM_DM = %min SPC %max;
|
||||||
//$Host::MapPlayerLimitsIsleofman_Siege = %min SPC %max;
|
//$Host::MapPlayerLimitsIsleofman_Siege = %min SPC %max;
|
||||||
//$Host::MapPlayerLimitsTrident_Siege = %min SPC %max;
|
//$Host::MapPlayerLimitsTrident_Siege = %min SPC %max;
|
||||||
//$Host::MapPlayerLimitsAlcatraz_Siege = %min SPC %max;
|
//$Host::MapPlayerLimitsAlcatraz_Siege = %min SPC %max;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
// Run our function
|
||||||
|
setmaps();
|
||||||
Loading…
Add table
Add a link
Reference in a new issue