How to make teleport or something like that?
#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


Messages In This Thread
How to make teleport or something like that? - by Bek_Loking - 07.11.2014, 12:56
Re: How to make teleport or something like that? - by ItzRbj - 07.11.2014, 13:01
Re: How to make teleport or something like that? - by HY - 07.11.2014, 14:13

Forum Jump:


Users browsing this thread: 1 Guest(s)