On saved coords player isdying.. (OnPlayerSpawn)
#1

pawn Код:
SetPlayerHealth(playerid, 50)
    if(PlayerInfo[playerid][Registred] == 1)
    {
        SetPlayerPos(playerid,PlayerInfo[playerid][pPosx],PlayerInfo[playerid][pPosy],PlayerInfo[playerid][pPosz]);
        SetPlayerVirtualWorld(playerid,PlayerInfo[playerid][pVw]);
        SetPlayerInterior(playerid,PlayerInfo[playerid][pInt]);
    }
What could be the problem...

Maybe spawn point ain't in right place?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)