Jump to content

Question

Posted

Nick: J.Yolo

Problema: As vrea sa stiu cum pot face ca map icon-urile sa nu se vada decat cand esti in apropierea lor. Daca ma intelegeti...

Erori / warnings: -

Lini/script: -

Ai incercat sa rezolvi singur ?: -

2 answers to this question

Recommended Posts

Posted

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 ?

Posted

Topic inchis , 48h fara reply.

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

 

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.