Yellow Marker how to add
#6

Just use Pickups!

pawn Код:
new Enter
pawn Код:
public OnGameModeInit ()
{
    Enter = CreatePickup(1559,1,X,Y,Z,-1);
    return 1;
}
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == enter) SetPlayerPos(playerid,X,Y,Z);
    return 1;
}
Reply


Messages In This Thread
Yellow Marker how to add - by hallonet99 - 07.01.2013, 18:04
Re: Yellow Marker how to add - by Fabio11 - 07.01.2013, 18:11
Re: Yellow Marker how to add - by hallonet99 - 07.01.2013, 18:30
Re: Yellow Marker how to add - by Fabio11 - 07.01.2013, 18:33
Re: Yellow Marker how to add - by hallonet99 - 07.01.2013, 21:37
Re: Yellow Marker how to add - by [CG]Milito - 07.01.2013, 23:59
Re: Yellow Marker how to add - by hallonet99 - 09.01.2013, 14:09

Forum Jump:


Users browsing this thread: 1 Guest(s)