Jump to content
  • 0

Problema map icons


J.Yolo

Question

2 answers to this question

Recommended Posts

Foloseste-te de "MAPICON_LOCAL"

Ceva gen:

[pawn]

public OnPlayerConnect( playerid )

{

    SetPlayerMapIcon( playerid, 12, 2204.9468, 1986.2877, 16.7380, 52, 0, MAPICON_LOCAL );

}[/pawn]

MAPICON_LOCAL - Arata icon-ul in raza player-ului..

si :

0: MAPICON_LOCAL                Display in the player's local area

1: MAPICON_GLOBAL              Display always 

2: MAPICON_LOCAL_CHECKPOINT    Display in the player's local area and has a checkpoint marker

3: MAPICON_GLOBAL_CHECKPOINT    Display always and has a checkpoint marker

http://wiki.sa-mp.com/wiki/MapIconStyle

http://wiki.sa-mp.com/wiki/SetPlayerMapIcon

Respect Khalifa ?

Link to comment
Share on other sites

Topic inchis , 48h fara reply.

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.