require
require( string name )
Description
First tries to load a binary module with the given name, if unsuccessful, it tries to load a Lua module with the given name.
This function will try to load local client file if
sv_allowcslua
is 1Modules can't be installed as part of an addon and have to be put directly into garrysmod/lua/bin/ to be detected.
This is a safety measure, because modules can be malicious and harm the system.
Arguments
Page views: 20,665
Updated: This Year
Updated: This Year