teleport not working
#4

pawn Код:
public MyTeleportToInterior(playerid)
{
if(IsPlayerInRangeOfPoint(playerid, 3.0, 2737.0888671875, -2799.9736328125, 23.703699111938))
    {
    SetPlayerPos(playerid, 2738.8181152344, -2875.5883789063, 308.98538208008);
    SetPlayerInterior(playerid,ID); //Change ID to the interior ID
    }
else if(IsPlayerInRangeOfPoint(playerid, 3.0, 2738.8181152344, -2871.5883789063, 308.98538208008))
    {
    SetPlayerPos(playerid, 2737.0888671875, -2805.9736328125, 23.703699111938);
        SetPlayerInterior(playerid,ID); //Change ID to the interior ID
    }
return 1;
}
Reply


Messages In This Thread
teleport not working - by doo2002 - 30.09.2010, 02:56
Re: teleport not working - by Cameltoe - 30.09.2010, 02:58
Re: teleport not working - by samgreen - 30.09.2010, 03:02
Re: teleport not working - by willsuckformoney - 30.09.2010, 03:07
Re: teleport not working - by doo2002 - 30.09.2010, 03:46
Re: teleport not working - by Cameltoe - 30.09.2010, 03:57
Re: teleport not working - by willsuckformoney - 30.09.2010, 04:00
Re: teleport not working - by doo2002 - 30.09.2010, 04:20
Re: teleport not working - by doo2002 - 30.09.2010, 17:52
Re: teleport not working - by MadeMan - 30.09.2010, 18:02

Forum Jump:


Users browsing this thread: