[b]I've changed my mind about console text coloring, but still curious on adding delays.[/b]
I don't want to make anything bigger than what I want to help someone, I just want to help people using simple lua. I've made my first ever lua file:
[code]--Prop's first lua
print("|-|Prop's Falco Script Command help active|-|")
print("Commands are put into console and typed in as follows:")
print("Falco_ArrestBatonWarning 1/0")
print("falco_cameramode 1/0")
print("Falco_Det_DoSay 1/0")
print("falco_ESPConfig")
print("falco_GetModel")
print("falco_light")
print("falco_lyrics")
print("falco_makesound")
print("Falco_Mirror")
print("falco_ooc")
print("falco_openlooah luafilehere")
print("falco_piano")
print("falco_PropKillDetector 1/0")
print("falco_rotate1")
print("falco_rotate2")
print("falco_runlooah luafilehere")
print("Falco_sayAllAdmins")
print("falco_SayAllHunger ")
print("Falco_sayAllMoney ")
print("Falco_SpecLockMouse 1/0")
print("Falco_SpecScreenSize screensizehere")
print("Falco_SpecSpeed speedsizehere")
print("falco_spectate")
print("falco_togglecmd command")
print("falco_xray")
print("falco_xraymaterial 1/2")
print("fdetector")
print("fremovedetector")
print("fyes")
print("fno")
print("Created by Propsareawesome, first lua made!")[/code]
It isn't anything close, but it is what I want for now.
I want to make delays on how the commands print. How would I do that, which function?
-snip-
Can you use SendHint instant of print?
[url]http://wiki.garrysmod.com/?title=Player.SendHint[/url]
[QUOTE=knarf;23476849]Can you use SendHint instant of print?
[url]http://wiki.garrysmod.com/?title=Player.SendHint[/url][/QUOTE]
That was 'broken in a recent update'.
Sorry, you need to Log In to post a reply to this thread.