• Donator prop limit
    5 replies, posted
Hello i was wondering if there is a way to make it so diffrent ranks have diffrent prop limits ive been trying to do this for a while and i cant figure it out please help! thanks
[url]http://coderhire.com/scripts/view/4[/url]
I believe that you can do this with ULX
I would suggest using URS: [url]http://forums.ulyssesmod.net/index.php?topic=5269.0[/url]
You could try this out. [LUA]if (SERVER) then function limits(pl) if pl:IsAdmin() then proplimit = 20; else proplimit = 10; end if pl:GetCount("props") == proplimit then pl:ChatPrint("You have reached the prop limit for your rank."); return false; end end hook.Add("PlayerSpawnProp", "proplimit", limits) end[/LUA]
I would use the search part of these forums I'm sure someone else has asked the same question.
Sorry, you need to Log In to post a reply to this thread.