Red Flag on Map?
#2

Heres the way:

Quote:
Originally Posted by kamzaf
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/SetPlayerMapIcon

example:

pawn Код:
public OnPlayerConnect( playerid )
{
    // This example demonstrates how to create a dollar-icon on top of a 24/7 located
    // in Las Venturas. This way new players know where to go with their money!
    SetPlayerMapIcon( playerid, 12, 2204.9468, 1986.2877, 16.7380, 52, 0, MAPICON_LOCAL );
}
In this case yours would be:

Код:
SetPlayerMapIcon(playerid, 2,-315.8134,1772.6196,43.6406,19,0,MAPICON_GLOBAL_CHECKPOINT);
Or you can always use streamers way of setting map icons:

Код:
CreateDynamicMapIcon(Float:x, Float:y, Float:z, type, color, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
https://sampforum.blast.hk/showthread.php?tid=102865
Reply


Messages In This Thread
Red Flag on Map? - by Eminem 2ka9 - 18.03.2013, 01:14
Re: Red Flag on Map? - by kamzaf - 18.03.2013, 01:16
Re: Red Flag on Map? - by Eminem 2ka9 - 18.03.2013, 02:05
Re: Red Flag on Map? - by MP2 - 18.03.2013, 02:24
Re: Red Flag on Map? - by Eminem 2ka9 - 18.03.2013, 02:57
Re: Red Flag on Map? - by Scenario - 18.03.2013, 03:06
Re: Red Flag on Map? - by Eminem 2ka9 - 18.03.2013, 03:13
Re: Red Flag on Map? - by Scenario - 18.03.2013, 03:53

Forum Jump:


Users browsing this thread: 2 Guest(s)