Its an old resource.

do you have new resource?

There are other banning alternatives than that. Search the releases section.

As stated in Porting Notes section on wiki:

"require doesn’t exist anymore, any scripts/libraries should be loaded using the server_script directive in the resource manifest.

For example:

server_script “my_script.lua” – load script
server_script “my_lib.net.dll” – load a particular assembly into the .net appdomain
server_script “@resource_name/script.lua” – load a script from another resource"

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.