I have a doubt about one thing...
I am using a lua script which i downloaded from the lua section of the forum.
I want to download one more script..
How can i run two scripts at the same time?
Thanks in Advance
ProPlayer
General
Multiple Lua Scripts
Multiple Lua Scripts
1

dofile("sys/lua/script1.lua")
dofile("sys/lua/script2.lua")
addhook("attack", "_attack") --script 1
addhook("attack", "_attack") --script 2
ohaz: said.
1
