Spawn problems
#1

in OnPlayerUpdate() it saves the current location of the player. When the player login, I want it to spawn where it spawned before logging out.
Код:
		new spawnx;
		new spawny;
		new spawnz;

		spawnx = PlayerInfo[playerid][pPos_x];
		spawny = PlayerInfo[playerid][pPos_y];
		spawnz = PlayerInfo[playerid][pPos_z];
This gives me a warning about tag mismatch? and when I log in it goes crazy.
Reply


Messages In This Thread
Spawn problems - by hanzen - 13.07.2009, 20:58
Re: Spawn problems - by arnutisz - 13.07.2009, 21:08
Re: Spawn problems - by hanzen - 13.07.2009, 21:13

Forum Jump:


Users browsing this thread: 1 Guest(s)