Page 1 of 1

acs fult

Posted: Mon Oct 03, 2005 9:23 pm
by edward850
can some one please help me with an acs fult

script 4 respawn
{ //respawn
print (s:"loading player");
changecamera (6, 0, 0);
delay (50);
teleport_nofog (5);
}

script 5 enter
{ //start up
teleport_nofog (8);
}

the rest works, but not the teleporting bit :x
and yes i have compiled

Posted: Tue Oct 04, 2005 12:03 am
by edward850
and im shure the rest of the script works

Posted: Tue Oct 04, 2005 4:29 am
by Cyrez
a that should be

Teleport_NoFog (tid, useangle, tag)
also do you have a destination spot placed?

Posted: Tue Oct 04, 2005 6:32 am
by Dr_Ian
Yeah, make sure it's a teleport destination, as it's fussy about teleporting the player to the position of other things.

Posted: Tue Oct 04, 2005 1:52 pm
by edward850
i have all of that, ezcept from the use angle and tag, but i do have the tid correct, and why would it be fussy!?!