Author Topic: ShapeBase::setNodeCol... & Attempting to create an angus ghost!  (Read 546 times)

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: [Select]
//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");

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?
« Last Edit: July 07, 2011, 03:55:25 PM by DYLANzzz »

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.