Blockland Forums > Modification Help
ShapeBase::setNodeCol... & Attempting to create an angus ghost!
Pages: (1/1)
DYLANzzz:
I'm trying to make a custom game mode for Space Guy's TDM mod and I keep getting this error (ShapeBase::setNodeColor() - Couldn't find node ""). Anyone know why?
Here's the part where the issue is...
EDIT!: So I narrowed it down to team 1 that is causing the issue[\b]
--- Code: ---//Team 1
commandtoclient(%client,'tdmSpecialStoreUniform',1,0,"0" TAB "0 0 0 1" TAB
"0" TAB "0 0 0 1" TAB
"0" TAB "0 0 0 1" TAB
"0" TAB "0.6 0.6 0.6 0.5" TAB
"0" TAB "0.6 0.6 0.6 0.5");
commandtoclient(%client,'tdmSpecialStoreUniform',1,1,"1" TAB "0 0 0 1" TAB
"0" TAB "0 0 0 0" TAB
"0" TAB "0 0 0 0" TAB
"1" TAB "0 0 0 1" TAB
"0" TAB "0 0 0 1");
commandtoclient(%client,'tdmSpecialStoreUniform',1,2,"3" TAB "0 0 0 1" TAB
"0" TAB "0 0 0 1" TAB
"0.6 0.6 0.6 0.5" TAB
"AAA-None" TAB "asciiTerror");
commandtoclient(%client,'tdmSpecialStoreLUniform',1,0,"0" TAB "0 0 0 1" TAB
"0" TAB "0 0 0 1" TAB
"0" TAB "0 0 0 1" TAB
"0" TAB "0.6 0.6 0.6 0.5" TAB
"0" TAB "0.6 0.6 0.6 0.5");
commandtoclient(%client,'tdmSpecialStoreLUniform',1,1,"1" TAB "0 0 0 1" TAB
"0" TAB "0 0 0 1" TAB
"0" TAB "0 0 0 1" TAB
"1" TAB "0 0 0 1" TAB
"0" TAB "0 0 0 1");
commandtoclient(%client,'tdmSpecialStoreLUniform',1,2,"3" TAB "0 0 0 1" TAB
"0" TAB "0 0 0 1" TAB
"0.6 0.6 0.6 0.5" TAB
"AAA-None" TAB "asciiTerror");
--- End code ---
Im also getting another extremely weird error.
Attempting to create an angus ghost!
EDIT: I guess i fixed this one, did an instant respawn before they could actually die but can someone explain to me what this error means?
Deathwish:
An angus ghost is where you have two or more player objects on the same connection, shooting either of them will damage you, etc. It's named after a guy called Angus who found the bug, presumably.
Xalos:
--- Quote from: Deathwish on July 08, 2011, 03:16:55 PM ---It's named after a guy called Angus who found the bug, presumably.
--- End quote ---
You're loving psychic.
Pages: (1/1)