Need help with teleporting
#7

https://sampwiki.blast.hk/wiki/OnPlayerEnterCheckpoint
https://sampwiki.blast.hk/wiki/SetPlayerCheckpoint
https://sampwiki.blast.hk/wiki/SetPlayerPos
https://sampwiki.blast.hk/wiki/Function:SetPlayerInterior
http://weedarr.wikidot.com/interior
pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerCheckpoint(playerid, 1825, -1538.9000244141, 13.5, 3.0);
    return 1;
}
public OnPlayerEnterCheckpoint(playerid)
{
    SetPlayerInterior(playerid,interiorid);
    SetPlayerPos(playerid,1754.1925048828,-1597.7174072266,1813.7757568359);
    return 1;
}
Reply


Messages In This Thread
Need help with teleporting important - by firemanjv - 16.09.2012, 09:51
Re: Need help with teleporting - by firemanjv - 16.09.2012, 10:38
AW: Need help with teleporting - by BiosMarcel - 16.09.2012, 10:54
Re: Need help with teleporting - by firemanjv - 16.09.2012, 10:58
Re: Need help with teleporting - by ThomasCarter - 16.09.2012, 10:58
AW: Need help with teleporting - by BiosMarcel - 16.09.2012, 11:02
Re: Need help with teleporting - by Kaperstone - 16.09.2012, 11:07
Re: AW: Need help with teleporting - by ThomasCarter - 16.09.2012, 11:38
Re: AW: Need help with teleporting - by firemanjv - 16.09.2012, 13:00
Re: AW: Need help with teleporting - by firemanjv - 16.09.2012, 13:31

Forum Jump:


Users browsing this thread: 2 Guest(s)