Advertisement
Callexpa

removeallshaddows

Jan 24th, 2020
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. hook.Add("PlayerSpawn", "removeshaddow", function(ply)
  2.  
  3. ply.originalcolor = ply:GetColor()
  4. net.Start("RemovePropShadow")
  5. net.WriteEntity(ply)
  6. net.Broadcast()
  7.  
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement