From bc2f23770f93a2f0c5ca6f5b6211f81ed847b151 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Thu, 31 Dec 2015 19:25:55 -0500 Subject: Fixed mas_vansish and mas_unvanish --- gamemode/shared/system_admin.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gamemode/shared') diff --git a/gamemode/shared/system_admin.lua b/gamemode/shared/system_admin.lua index 09b223b..79a54d6 100644 --- a/gamemode/shared/system_admin.lua +++ b/gamemode/shared/system_admin.lua @@ -88,7 +88,7 @@ if (SERVER) then if(!arg[1]) then return end for k,v in pairs(player.GetAll()) do if(v:Name():lower():find(arg[1]:lower())) then - v:SetAlpha(0) + v:SetColor(Color(0,0,0,0)) end end end) @@ -99,7 +99,7 @@ if (SERVER) then if(!arg[1]) then return end for k,v in pairs(player.GetAll()) do if(v:Name():lower():find(arg[1]:lower())) then - v:SetAlpha(255) + v:SetColor(Color(255,255,255,255)) end end end) -- cgit v1.2.3-70-g09d2