MySQL pickups question
#3

Use this callback

pawn Код:
public OnPlayerPickUpDynamicPickup(playerid, pickupid)
{
    if(pickupid == /*id you want to teleport from*/)
    {
        SetPlayerPos(playerid, /*coords*/);
    }
    return 1;
}
Reply


Messages In This Thread
MySQL pickups question - by Oliverraisk - 20.03.2011, 09:35
Re: MySQL pickups question - by Oliverraisk - 21.03.2011, 09:37
Re: MySQL pickups question - by MadeMan - 21.03.2011, 09:58
Re: MySQL pickups question - by Oliverraisk - 21.03.2011, 11:25

Forum Jump:


Users browsing this thread: 1 Guest(s)