Ulysses Stuff > Releases
URS BETA - A Highly Customizeable Restriction System (or will be)
DaisyEseyad:
I am trying to get the maximum amount of props/vehicles/etc to show up on a hud so the players know what their limit is. I have done this with flying colors with Unolimited, but the server I am working on uses this more advanced URS addon. The problem is that I am finding this task to be impossible. I cannot find a working way to get these limits as the limits themself are server-side. I tried this xgui method as well but it's got a big issue.
--- Code: ---if xgui.data.URSLimits.prop then
maxprops = xgui.data.URSLimits.prop[LocalPlayer():GetUserGroup()]||cvars.Number("sbox_maxprops",0)
else
--- End code ---
The only time this actually works is when the client user has permission to EDIT the limits, something only ADMINS can do. I hope you can see the problem now. Maybe this has been fixed in a recent version, maybe it really is impossible, maybe i missed something. Can someone help steer me to the right direction? I just want the limit displayed on a hud so people can see.
JamminR:
There are multiple ways to send server data to a client, and many clients use that server data as a HUD. Use any number of those ways. Ulib even has some created before Gmod created more robust.
Jani [KOR]:
Vehicles are not limited. What should I do?
Please tell me how
Navigation
[0] Message Index
[*] Previous page
Go to full version