Am making a few levels for my project and I was wondering, how can you position P1 & P2?Can't find anything in the code to move them expect for[PlayerInfo]p1startx = -80p1starty = 0p1startz = 0p1facing = 1p2startx = 80p2starty = 0p2startz = 0p2facing = -1leftbound = -1000 rightbound = 1000topbound = 0botbound = 0And this does nothing except for position P1 & P2 where I want them before the round starts and when you move you go back the the default location.Any help would be great,Thanks.
You should not be allowing movement in the intro then. If you need that, you need to allow control or something in the system.def, or was it the fight.def. The position reset is based on roundstate 1 completing.
Cyanide said, June 27, 2008, 09:36:01 amYou should not be allowing movement in the intro then. If you need that, you need to allow control or something in the system.def, or was it the fight.def. The position reset is based on roundstate 1 completing.Nope it was none of this, for anyone wanting to know it's zoffset in the stage.defE.G. GGothica.def = Open = Search for "zoffset "