well, i have not been using virables much in lua and can you guys please tell me how to remove something from a virable.
i have tried "myvirable -= 6" and "myvirable - 6"
Check out this [URL="http://wiki.garrysmod.com/?title=Lua_Tutorial_Series"]Lua For Beginners[/URL] tutorial.
[QUOTE=freemmaann;24386338]Check out this [URL="http://wiki.garrysmod.com/?title=Lua_Tutorial_Series"]Lua For Beginners[/URL] tutorial.[/QUOTE]
cool, give me the link because i have allreade seen them all -.-
well it was solved anyways.
[QUOTE=blown25;24386388]cool, give me the link because i have allreade seen them all -.-[/QUOTE]
Read them again; you obviously did not understand all of them.
Oh by the way its called "variable" not "virable".
I assume you want to do something like in e2(-=) use
var = var - value
instead.
i dont know how to code e2 ;D, im just used to java.
Sorry, you need to Log In to post a reply to this thread.