Garry's Mod
252 valoraciones
Xenin - The Xenin Framework
4
   
Premiar
Favoritos
Favorito
Quitar
Content Type: Addon
Addon Type: ServerContent
Addon Tags: Roleplay, Realism
Tamaño
Publicado el
Actualizado el
737.189 KB
27 OCT 2019 a las 14:45
21 MAR a las 12:26
56 notas sobre cambios ( ver )

Suscríbete para descargar
Xenin - The Xenin Framework

Descripción
A Lua framework that provides a lot of pre-built functionality.

Includes:
- SQL query builder
- SQL migrations
- MySQL/SQLite support
- Easily integrable in-game config system
- Tons of pre-built UI panels
- Lots of helper functions
- Permissions interface


GitLab: https://gitlab.com/sleeppyy/xeninui/
20 comentarios
Deyros 18 NOV a las 8:45 
You need to join the server in singleplayer and when on it you need to "retry" with the console.
Deyros 18 NOV a las 8:44 
Sgt Craig, I can confirm that this framework doesn't work in singleplayer.
FreeCode 10 NOV a las 0:10 
love the framework
FreeCode 10 NOV a las 0:10 
hi
Sgt Craig 7 AGO a las 19:05 
I've also added the mysql.txt to garrysmod/date/xenin and installed both this script and the content pack. I cannot get it to work. I am attempting to run the script/DarkRp from "Singleplayer" as I am still developing my stuff, so perhaps that could be an issue? It not being on a dedicated server and rather hosted off ones computer? However I dont see that playing into it much but think I should maybe mention that fact
Sgt Craig 7 AGO a las 18:39 
I still can't get this to work. Got the mod off gmodstore and downloaded this and the script still doesn't work
MillyRock 19 MAR a las 0:48 
I have uploaded a fixed version of this. Check my workshop. It works on darkrp servers again :D
Josh 13 MAR a las 12:55 
Hi, gmod update broke file.Exists on ddl with *, so addon is broken, need to remplace

local moo, tmsql = file.Exists("bin/gmsv_mysqloo_*.dll", "LUA"), file.Exists("bin/gmsv_tmysql4_*.dll", "LUA")

by

local moo, tmsql = util.IsBinaryModuleInstalled("mysqloo"), util.IsBinaryModuleInstalled("tmysql4")


like darkrp done
gubar 6 MAR a las 9:52 
any way to disable the reskinned notifs
pyro 12 ENE 2023 a las 22:56 
Also can do commands for deathscreens, job creator and stuff but f4 menu wont show up and when i load in its all messed up