Bom galera, queria colocar automaticamente os ícones do SetPlayerMapIcon, más não tem como!
eu tentei fazer com o format e string más não consegui!
eu tentei fazer com o format e string más não consegui!
PHP Code:
new IconeID[MAX_PLAYERS];
PHP Code:
CMD:teste(playerid, params[])
{
new Float:X, Float:Y, Float:Z, string[100];
GetPlayerPos(playerid, X, Y, Z);
IconeID[playerid]++;
format(string, sizeof(string), "%d", IconeID);
SetPlayerMapIcon(playerid, string, X, Y, Z, 31, -1, MAPICON_LOCAL);
return 1;
}