Define SetPlayerPos function
#3

hi,
thx for ur answer.
I couldnt find this function in the wiki
Could u explain how to do this virtual world thing pls
this is how i teleport the players into their new location:

pawn Код:
//enterammunation
    for(new i = 0; i < MAX_PLAYERS; i++)

        {
            if(IsPlayerInRangeOfPoint(i, 2, -1088.9142,2189.1768,87.5694))
            {
                SetPlayerInterior(i, 6);
                SetPlayerPos(i, -595.6460,2016.9888,77.0469 );

        }
    }
//exitammunation
    for(new i = 0; i < MAX_PLAYERS; i++)

        {
            if(IsPlayerInRangeOfPoint(i, 2, -595.6460,2016.9888,77.0469))
            {
                Streamer_UpdateEx(playerid, -1088.9142,2189.1768,87.5694);
                SetPlayerInterior(i, 0);
                SetPlayerPos(i, -1088.9142,2189.1768,87.5694 );

        }
    }
Reply


Messages In This Thread
Define SetPlayerPos function - by BlackWolf120 - 22.12.2010, 21:47
Re: Define SetPlayerPos function - by Haydz - 22.12.2010, 21:54
Re: Define SetPlayerPos function - by BlackWolf120 - 22.12.2010, 22:00
Re: Define SetPlayerPos function - by lewismichaelbbc - 25.02.2011, 18:24
Re: Define SetPlayerPos function - by BlackWolf120 - 25.02.2011, 18:30

Forum Jump:


Users browsing this thread: 1 Guest(s)