Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. @name TonyE2_AntiTheft
  2.  
  3.  
  4. if(first()|duped()){
  5. if(owner():steamID() != "STEAM_0:1:39589020") {
  6. concmd("gmod_cleanup")
  7. concmd("say // I just attempted to Dupe a base that does not belong to me, the owner is: Tony Abbott")
  8. }else{
  9. printColor(vec(255,255,255),"[",vec(255,0,0),"TonyE2",vec(255,255,255),"] Started AntiTheft protection!")
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement