30.12.2009, 08:49
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
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]);