Salut, j'ai un problème.
Je n'arrive pas a voir l'icon (que j'ai mis) sur le radar (carte, map).
Voici les fonctions concernés qui sont dans mon script :
#include <a_samp>
#include <core>
#include <float>
#if defined FILTERSCRIPT
#endif
public OnPlayerConnect(playerid)
{
SetPlayerMapIcon(playerid, 1, -2046.67, 213.33, 100, 19, 0);
return 1;
}
Légende :
1 = iconid
-2046.67 = X
213.33 = Y
100 = Z
19 = markertype
0 = color :snip
Pouvez-vous m'aidez ?
Merci d'avance.