Outdated Black Ops 2 Script Error

Pixelbew

New Member
Messages
1
Reaction score
1
Points
3
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"
 

THC Da God

Paused Moderator
Messages
67
Reaction score
49
Points
18
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"
Just comment out the include, maps/mp/gametypes/_globallogic.gsc.
Like so: //maps/mp/gametypes/_globallogic.gsc
 
S

SeriousHD-

Guest
Just comment out the include, maps/mp/gametypes/_globallogic.gsc.
Like so: //maps/mp/gametypes/_globallogic.gsc
That wont help anything...

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"
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.
 

THC Da God

Paused Moderator
Messages
67
Reaction score
49
Points
18
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.
I just randomly thought that might be it my bad.
 
Top