06.02.2014, 19:36
(
Последний раз редактировалось fordawinzz; 06.02.2014 в 21:12.
)
I have another problem with CreateDynamicMapIconEx.. I created a list which works okay, if I print it nothing is wrong.. but when I create the mapicon it shows to everybody.. don't know what's wrong:
the list looks like this:
0 - 0, 1 - 1, 2 - 65535, 3 - 65535, ... 49 - 65535
btw: I tried with both setting the default value to INVALID_PLAYER_ID and -1, none worked...
pawn Код:
E_PTEMP[i][pHurtIcon] = CreateDynamicMapIconEx(x, y, z, 22, 0, MAPICON_GLOBAL, .streamdistance = 6000.0, .players = Medics_List, .maxplayers = 50);
0 - 0, 1 - 1, 2 - 65535, 3 - 65535, ... 49 - 65535
btw: I tried with both setting the default value to INVALID_PLAYER_ID and -1, none worked...