It dosnt work!
#4

i used script at the top and in my spawn i did:

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(ONWG[playerid] == 1)
    {
        SetPlayerPosToStoredPos(playerid);
        SetPlayerSkinToStoredSkin(playerid);
        ONWG[playerid] = 0;
        SetPlayerInterior(playerid,15);
    }
  PlayerPlaySound(playerid, 1069, 0.0, 0.0, 0.0);
    SetPlayerInterior(playerid,0);
    SetPlayerRandomSpawn(playerid);
    SetPlayerVirtualWorld(playerid, 0);
    return 1;
}
the skin gets set but the position has no effect the guy goes to random spawn even that he is ON‌WG = 1
Reply


Messages In This Thread
It dosnt work! - by pawelf94 - 24.12.2009, 08:32
Re: Store Player Position is not working :/ - by pawelf94 - 24.12.2009, 08:43
Re: Store Player Position is not working :/ - by [HiC]TheKiller - 24.12.2009, 08:51
Re: Store Player Position is not working :/ - by pawelf94 - 24.12.2009, 09:11
Re: Store Player Position is not working :/ - by pawelf94 - 24.12.2009, 09:16
Re: Store Player Position is not working :/ - by MadeMan - 24.12.2009, 10:07
Re: Store Player Position is not working :/ - by pawelf94 - 24.12.2009, 12:19
Re: StorePlayerPos(playerid); NOT WORKING :/ IT HAS NO EFFECT - by pawelf94 - 24.12.2009, 16:42

Forum Jump:


Users browsing this thread: 1 Guest(s)