Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if not gadgetHandler:IsSyncedCode() then
  2.  
  3. function gadget:AddConsoleLine(msg)
  4. Spring.Echo("hunna")
  5. if(Spring.IsCheatingEnabled()) then
  6. Spring.Echo("punch a msg")
  7. end
  8. end
  9.  
  10. else
  11. function GotChatMsg (msg)
  12. Spring.Echo(msg)
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement