Skip to content

Version 0.14.1 - Experimental

Pre-release
Pre-release

Choose a tag to compare

@Elektryk-Andrzej Elektryk-Andrzej released this 28 Feb 16:57

Fixes

  • damage option of DamageInfo method returning text instead of a number
  • Description in text arguments saying that text can be provided without quotes when not
  • Chance method having inverted chance of returning true
  • stop keyword crashing the server if used in specific circumstances
  • RespawnWaveInfo not being compatible with all wave references (@Tosoks67)
  • EXILED being required for SER to load (@Tosoks67)
  • Some enums not being searchable using serhelp command
  • Obsolete enum values wont be listed as available to use

Additions

  • Default value of RemoteAdmin for lock reason argument in LockElevator method
  • More example scripts
  • attempt and on_error statements (@Tosoks67)
  • -- invalidRankMessage argument for CustomCommand flag
  • Overlapping method

Improvements

  • Checking if script is attempting to use a yielding method inside {} brackets
  • Better checking of inputs in enum arguments
  • Printing of StaticTextValue and DynamicTextValue types in method help
  • If script has multiple errors, all of them will be provided in a list, instead of only the first one
  • Added hint to use serhelp <enum name> in enum argument