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:
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?
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
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.
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