11.08.2010, 08:24
SetMapIcon
Set its the map icon for everyone. I hope it works, it might not work, I mean im not very sure its untested
heres the code:
kthxbai
Set its the map icon for everyone. I hope it works, it might not work, I mean im not very sure its untested

heres the code:
Код:
stock SetMapIcon(iconid, Float:x, Float:y, Float:z, markertype)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
SetPlayerMapIcon(i, iconid, x, y, z, markertype, 0);
}
}
}

