Different Coloured Markers?
#2

well to delet the yellow markets you will have to put:
pawn Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}
Then add your own using Pickups...

pawn Код:
new tele;
 
public OnGameModeInit()
{
    tele = CreatePickup(model, type, Float:X, Float:Y, Float:Z, Virtualworld)
    return 1;
}
 
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == tele) SetPlayerPos(playerid,x, y, z);
    return 1;
}
Reply


Messages In This Thread
Different Coloured Markers? - by Ely - 24.10.2011, 20:07
Re : Different Coloured Markers? - by Naruto_Emilio - 24.10.2011, 20:16
Re: Different Coloured Markers? - by Babul - 24.10.2011, 20:18
Re: Different Coloured Markers? - by Ely - 24.10.2011, 20:29

Forum Jump:


Users browsing this thread: 1 Guest(s)