Skip to content

Lua Plugin (2.5 Beta)

Compare
Choose a tag to compare
@rasikhq rasikhq released this 02 Oct 16:39
· 15 commits to master since this release

Modules

  • Added a new section in luaconfig.ini called [modules] to add support for toggling plugin provided external Lua modules (Check README.md example ini config for more information)

Added missing functions:

  • int player:getAlpha()
  • player:setAlpha(int alpha, int fadeTime)
  • player.isAway

Vehicle functions

  • Vehicle.immunity property

Remarks

Closes #10