Hel Guys Please!
#5

I think that he wants a when a player enters picks up the pickup, it teleports him.So here's the code:
pawn Код:
new teleportpk;
teleportpk = CreatePickup(356,3,X,Y,Z,-1);

public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid==teleportpk)
    {
       
        SetPlayerPos(playerid,X,Y,Z);
            }
return 1;
}
Reply


Messages In This Thread
Hel Guys Please! - by Killerr1234 - 07.05.2010, 05:26
Re: Hel Guys Please! - by v0nz - 07.05.2010, 05:41
Re: Hel Guys Please! - by ViruZZzZ_ChiLLL - 07.05.2010, 05:41
Re: Hel Guys Please! - by ruarai - 07.05.2010, 06:03
Re: Hel Guys Please! - by [MWR]Blood - 07.05.2010, 06:59

Forum Jump:


Users browsing this thread: 2 Guest(s)