Respawn problem :(
#5

OnPlayerSpawn ?

And you start falling in Blueberry, because the coords there are 0.0, 0.0, 0.0
Some of your arrays in SetPlayerSpawn are empty, eg like these
pawn Код:
SetPlayerPos(playerid,PlayerInfo[playerid][pLoadPosX],PlayerInfo[playerid][pLoadPosY],PlayerInfo[playerid][pLoadPosZ]);
SetPlayerPos(playerid, Houses[house][ExitX], Houses[house][ExitY],Houses[house][ExitZ]);
SetPlayerPos(playerid,DynamicFactions[PlayerInfo[playerid][pFaction]][fX],DynamicFactions[PlayerInfo[playerid][pFaction]][fY],DynamicFactions[PlayerInfo[playerid][pFaction]][fZ]);
SetPlayerPos(playerid,CivilianSpawn[X],CivilianSpawn[Y],CivilianSpawn[Z]);
Reply


Messages In This Thread
Respawn problem :( - by mrdja1 - 30.12.2009, 05:29
Re: Respawn problem :( - by [HiC]TheKiller - 30.12.2009, 05:41
Re: Respawn problem :( - by mrdja1 - 30.12.2009, 06:52
Re: Respawn problem :( - by mrdja1 - 30.12.2009, 08:47
Re: Respawn problem :( - by dice7 - 30.12.2009, 08:49
Re: Respawn problem :( - by mrdja1 - 30.12.2009, 22:16

Forum Jump:


Users browsing this thread: 1 Guest(s)