ZZZ100ping

Untitled

Jan 8th, 2020
2,540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. concommand.Add("uni",function()
  2. local skid=LocalPlayer():GetEyeTrace().Entity
  3.  
  4.  
  5. net.Start("usec_paid_door") net.WriteEntity(skid) net.WriteBool(true)
  6. net.SendToServer()
  7. end)
Add Comment
Please, Sign In to add comment