How to make teleport or something like that?
#1

I want to make teleport from a place to place, I've already got pickups, the place I want to teleport to, and to get teleported to. I just need help on how to do it.. Giving rep + to the dude that helps me
Reply
#2

can u show the pickup id and the place's Floats ? , i think i know how
Reply
#3

pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == *YourPickUpName*) // Your pickup name . P.S: Remove "*"
    {
        SetPlayerPos(playerid, X,Y,Z); // Replace X,Y,Z with your coordinates.
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)