Hel Guys Please!
#1

Hey All I Need SOmeone Help Me I Dont Know How To Make THe Pickup Make ME Go To THe Place I Slecet So Please Puplis Help Me WIth SOme Picture I Need Help real Help
Reply
#2

First of all, try explaining your problem. I understand your not english proficient but try using ****** translator to explain your problem.

Second, I think your talking about picking up a pick-up and making you teleport somewhere. Not sure though.
Reply
#3

lol, kindly explain it properly again
EDIT : Okay, I kinda understand your language here.
So, you're referring to, a player picking up a pickup
and then teleporting to the place you want??
Reply
#4

If your a different language go to the bottom, language specific bits there
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)