Skip to content

Instantly share code, notes, and snippets.

@andre111
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andre111/9584715 to your computer and use it in GitHub Desktop.
Save andre111/9584715 to your computer and use it in GitHub Desktop.
Bisher (von mir) getestet und funktioniert:
/graphics/models/
/graphics/textures/
Getestet und (scheinbar) keine Auswirkung:
/config/...
/graphics/videos/
/text/...
Bilder:
http://imgur.com/a/xK40o
Andere Entdeckungen:
Diese kurzen Zeilen starten ein Video aus dem Mapverzeichniss:
Mouse.CursorHide()
Sound.PauseAll(true)
Framework.PlayVideo( "maps\\user\\ItM_and.bik" )
Sound.PauseAll(false)
Mouse.CursorShow()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment