Teleport pickups
#3

Quote:
Originally Posted by [FU]Victious
Посмотреть сообщение
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == teleportpickup)
    {
         SetPlayerPos(playerid,964.76715087891,-53.326801300049,1000.6781005859);
    }
    if(pickupid == teleportpickup1)
    {
         SetPlayerPos(playerid,319.6847,-2247.5776,23.1755);
    }
    return 1;
}
Thanks!!!
Reply


Messages In This Thread
Teleport pickups - by [Lsrcr]Hoss - 11.12.2010, 17:45
Re: Teleport pickups - by WillyP - 11.12.2010, 17:46
Re: Teleport pickups - by [Lsrcr]Hoss - 11.12.2010, 17:51
Re: Teleport pickups - by WillyP - 11.12.2010, 17:55

Forum Jump:


Users browsing this thread: 1 Guest(s)