Modme Forums

What did I mess up?

Game Modding | Call of Duty: Black Ops 3 | Scripting


ModmeBot:

Thread By: The Black Death
so I've been trying for the past hour or so to get this script working (it is intended to replace wallbuys) but now I'm getting a fatal script error.
Error:

**** 1 script error(s):
 "F980AF22" with 4 parameters in "scripts/zm/_zm.gsc" at line 0 ****
**** Unresolved external "F980AF22" with 4 parameters in "scripts/zm/_zm.gsc" ****


GSC: https://pastebin.com/TcpJi446
CSC: https://pastebin.com/4eZBay33
<em>I'm fully aware that I have many unnecessary #using calls in my CSC.</em>

any ideas?


ModmeBot:

Reply By: To_Be_Honest

The Black Death
so I've been trying for the past hour or so to get this script working (it is intended to replace wallbuys) but now I'm getting a fatal script error. Error: **** 1 script error(s): "F980AF22" with 4 parameters in "scripts/zm/_zm.gsc" at line 0 **** **** Unresolved external "F980AF22" with 4 parameters in "scripts/zm/_zm.gsc" **** GSC: https://pastebin.com/TcpJi446 CSC: https://pastebin.com/4eZBay33 I'm fully aware that I have many unnecessary #using calls in my CSC. any ideas?

theres a problem in your gsc i have nevered seen this...

This Line Seems To Be The Problem BTW
"F980AF22" with 4 parameters in "scripts/zm/_zm.gsc" at line 0 ****
<hr>Not Into Scripting


ModmeBot:

Reply By: The Black Death

To_Be_Honest
The Black Death so I've been trying for the past hour or so to get this script working (it is intended to replace wallbuys) but now I'm getting a fatal script error. Error: **** 1 script error(s): "F980AF22" with 4 parameters in "scripts/zm/_zm.gsc" at line 0 **** **** Unresolved external "F980AF22" with 4 parameters in "scripts/zm/_zm.gsc" **** GSC: https://pastebin.com/TcpJi446 CSC: https://pastebin.com/4eZBay33 I'm fully aware that I have many unnecessary #using calls in my CSC. any ideas? theres a problem in your gsc i have nevered seen this... This Line Seems To Be The Problem BTW "F980AF22" with 4 parameters in "scripts/zm/_zm.gsc" at line 0 **** Not Into Scripting

That line is
#using scripts\codescripts\struct;

so I think it's possibly related to the struct get thing Sanchez told me to use.


ModmeBot:

Reply By: To_Be_Honest

The Black Death
To_Be_Honest The Black Death so I've been trying for the past hour or so to get this script working (it is intended to replace wallbuys) but now I'm getting a fatal script error. Error: **** 1 script error(s): "F980AF22" with 4 parameters in "scripts/zm/_zm.gsc" at line 0 **** **** Unresolved external "F980AF22" with 4 parameters in "scripts/zm/_zm.gsc" **** GSC: https://pastebin.com/TcpJi446 CSC: https://pastebin.com/4eZBay33 I'm fully aware that I have many unnecessary #using calls in my CSC. any ideas? theres a problem in your gsc i have nevered seen this... This Line Seems To Be The Problem BTW "F980AF22" with 4 parameters in "scripts/zm/_zm.gsc" at line 0 **** Not Into Scripting That line is #using scripts\codescripts\struct; so I think it's possibly related to the struct get thing Sanchez told me to use.

try to remove it and see what happens


ModmeBot:

Reply By: The Black Death

To_Be_Honest
The Black Death To_Be_Honest The Black Death so I've been trying for the past hour or so to get this script working (it is intended to replace wallbuys) but now I'm getting a fatal script error. Error: **** 1 script error(s): "F980AF22" with 4 parameters in "scripts/zm/_zm.gsc" at line 0 **** **** Unresolved external "F980AF22" with 4 parameters in "scripts/zm/_zm.gsc" **** GSC: https://pastebin.com/TcpJi446 CSC: https://pastebin.com/4eZBay33 I'm fully aware that I have many unnecessary #using calls in my CSC. any ideas? theres a problem in your gsc i have nevered seen this... This Line Seems To Be The Problem BTW "F980AF22" with 4 parameters in "scripts/zm/_zm.gsc" at line 0 **** Not Into Scripting That line is #using scripts\codescripts\struct; so I think it's possibly related to the struct get thing Sanchez told me to use. try to remove it and see what happens

Well I figured out now that it's the scripts I called my script from, typically. I'm pretty sure most of these scripts are broken.

Only one that worked was clientids.gsc, but it doesn't have a csc variant...