Advertisement
Guest User

Untitled

a guest
May 28th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @name Swaggers
  2. interval(1000)
  3. X=owner():aimEntity()
  4. runOnChat(1)
  5. OwnerLastsaid=owner():lastSaid():explode(" ")
  6. if(OwnerLastsaid[1,string]=="!on" & chatClk(owner())){
  7. hideChat(1)
  8. owner():setTrails(3,50,5,"trails/smoke",vec(0,0,255),200)}
  9. if(OwnerLastsaid[1,string]=="!off" & chatClk(owner())){
  10. hideChat(1)
  11. owner():removeTrails()}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement