I want to know if there is a way to set certain player models to where they are only accessible to vip group. I have been looking into it and i have been told there is a way but I can't figure it out. Anybody know?
[lua]if ply:IsUserGroup("vip") then
-- Do our stuff here
end[/lua]
Or if you prefer Evolve...
[lua]if ply:EV_GetRank() == "vip" then
-- do our stuff here
end[/lua]
Okay I'll give it a try!
would I put this in a custom check?
You can yes. How are you letting them choose their model?
Sorry, you need to Log In to post a reply to this thread.