I need to know how to make a vehicle absolutely vanish--setting opaqueness to 0 will make it so you see the sky through it--hardly vanishing. I need it to be invisible but still there and still an object you collide with.
&
The third line of this errors. It says: Unknown command unmount
function Armor::onUnmount(%this, %player, %a, %b, %c, %d ) {
echo("debug");
Parent::onUnmount(%this, %obj, %a, %b, %c, %d);
if (%player.oldPos) {
echo("now");
echo(%player);
echo(%player.oldPos);
// oldPos(%player.client);
schedule(0,%player,oldPos,%player.client);
//for some reason 0 works
schedule(100,%player,eraseOldPos,%player);
//having right after shedule will cause this to fail
}
else {
echo("nu");
}
}
&
How do I write & read to config files? [STILL NEED HELP. NOT SOLVED. SERIOUSLY IT'S NOT.]
&
How do I get the length of a table/array? [STILL NEED HELP. NOT SOLVED. SERIOUSLY IT'S NOT. I CAN'T EVEN DO ANYTHING UNTIL THIS IS SOLVED.]