How can I restrict players changing their physgun colours and forcing them to stay on white (group 'user' only) and every other group (staff and donator) can change their physgun colour? I want to do the same with playermodel colours but I assume it would just be a matter of changing ply:SetWeaponColor to ply:SetPlayerColor.
Any help is appreciated.
Thanks,
Slyde
Have you tried setting color on a PlayerSpawn hook
[url]http://wiki.garrysmod.com/page/Hook_Library_Usage[/url]
[url]http://wiki.garrysmod.com/page/GM/PlayerSpawn[/url]
ply:IsUserGroup("protected") or ply:IsAdmin() or ply:IsSuperAdmin()
[url]http://wiki.garrysmod.com/page/Player/SetWeaponColor[/url]
Sorry, you need to Log In to post a reply to this thread.