Just comment out the include, maps/mp/gametypes/_globallogic.gsc.Does anyone know how to fix such error. I will bestow 1 donuts on whoever can help
****1 script error(s):
solve function "init" in
maps/mp/gametypes/_globallogic.gsc
The script being used is the source leak for "Jiggy V4.2"
That wont help anything...Just comment out the include, maps/mp/gametypes/_globallogic.gsc.
Like so: //maps/mp/gametypes/_globallogic.gsc
This simply means that the _globallogic file is missing its 'init' function. If you are injecting to _Globallogic this could be the problem. Try injecting to _clientids first.Does anyone know how to fix such error. I will bestow 1 donuts on whoever can help
****1 script error(s):
solve function "init" in
maps/mp/gametypes/_globallogic.gsc
The script being used is the source leak for "Jiggy V4.2"
I just randomly thought that might be it my bad.That wont help anything...
This simply means that the _globallogic file is missing its 'init' function. If you are injecting to _Globallogic this could be the problem. Try injecting to _clientids first.