Post: CoD4 Patch Unknown Function?
04-10-2012, 02:12 AM #1
bob7up
Keeper
(adsbygoogle = window.adsbygoogle || []).push({}); I'm making a mod menu but it gets to around 25% it says:

Error
script compile error
unknown function
[see console for details]

https:// paste bin . com/FiYKQWVd

You must login or register to view this content.

^ My code
(adsbygoogle = window.adsbygoogle || []).push({});
04-10-2012, 05:20 AM #2
Kush Friendly
League Champion
Originally posted by bob7up View Post
I'm making a mod menu but it gets to around 25% it says:

Error
script compile error
unknown function
[see console for details]

https:// paste bin . com/FiYKQWVd

You must login or register to view this content.

^ My code


Somewhere in your patch you have something like this: self thead doRank55();
The problem is you dont have the thread in the gsc/patch.
04-10-2012, 05:24 AM #3
bob7up
Keeper
Originally posted by Kush
Somewhere in your patch you have something like this: self thead doRank55();
The problem is you dont have the thread in the gsc/patch.


Do you happen to know where something like that may be?
04-10-2012, 03:36 PM #4
Kush Friendly
League Champion
Originally posted by bob7up View Post
Do you happen to know where something like that may be?


Where ever you put it. Its most likely is NOT "doRank55".
04-10-2012, 03:39 PM #5
Originally posted by bob7up View Post
I'm making a mod menu but it gets to around 25% it says:

Error
script compile error
unknown function
[see console for details]

https:// paste bin . com/FiYKQWVd

You must login or register to view this content.

^ My code


Are you testing this on your computer?
04-10-2012, 03:55 PM #6
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by bob7up View Post
I'm making a mod menu but it gets to around 25% it says:

Error
script compile error
unknown function
[see console for details]

https:// paste bin . com/FiYKQWVd

You must login or register to view this content.

^ My code


Here's you error:
    
self iPrintIn("^110th Prestige!");


It's meant it be:
    
self iPrintln("^110th Prestige!");


For the 'ln' it's LN not IN Smile.
04-10-2012, 07:02 PM #7
bob7up
Keeper
Originally posted by IVI40A3Fusionz View Post
Here's you error:
    
self iPrintIn("^110th Prestige!");


It's meant it be:
    
self iPrintln("^110th Prestige!");


For the 'ln' it's LN not IN Smile.


Thanks I'll try that now. Smile

Edit: Didn't work. :(
04-10-2012, 07:10 PM #8
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by bob7up View Post
Thanks I'll try that now. Smile

Edit: Didn't work. :(


Then you have some more errors somewhere ^^.
04-10-2012, 09:33 PM #9
bob7up
Keeper
Originally posted by IVI40A3Fusionz View Post
Then you have some more errors somewhere ^^.


Nevermind, I got it working! Thanks for the help, it was the problem! :happycry:

---------- Post added at 05:33 PM ---------- Previous post was at 04:43 PM ----------

Originally posted by IVI40A3Fusionz View Post
Then you have some more errors somewhere ^^.



Now I'm getting bad syntax.

Code:
You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo