Search the Community
Showing results for tags 'module'.
-
This MTA module is about total filesystem access to your MTA server. You can find it's documentation here. It supports the Windows and Linux operating systems, each with different and specialized details (path handling, OS calls, etc). Contains many neat features such as memory-mapped files, stream...
-
Hello, We, the eXo-Reallife team, would like to release a module that is also used on our server. It is a pathfinding module developed by Jusonex and StiviK. The module uses the A * algorithm. (https://en.wikipedia.org/wiki/A*_search_algorithm) We use this for our GPS: Why did...
- 30 replies
-
- 19
-
-
-
Hello, I've downloaded Paradise Roleplay server, and it works, kind of, the server instantly quits because the MySQL module is missing, but it exists under the /mods/deathmatch/modules directory, please help
-
Hello guys! I'm trying to compile my module for MTA. (Just want to know how it woks and do some basic stuff, curiosity) But i'm using VS 2015 and the lua lib is for an older version i guess. So i have to compile lua with my project. Do you guys know which version of lua should i use? And any su...
-
I want to make a socket module. When I attempt to connect to my local socket server, I got an error : PANIC: unprotected error in call to Lua API (connect event call error: 2) What does this mean and how to solve this problem? Thanks.