Advertisement
Guest User

Untitled

a guest
Oct 13th, 2014
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1.  
  2.  
  3. function widget:GetInfo()
  4. return {
  5. name = "SpeedControl of JUSTICE",
  6. desc = "Simple widget to set speedcontrol 1.",
  7. author = "Drake Redcrest",
  8. date = "Today",
  9. license = "JUSTICE",
  10. layer = -5,
  11. enabled = true,
  12. }
  13. end
  14.  
  15. function widget:GameStart()
  16. Spring.SendCommands(speedcontrol 1)
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement