Quote:
Originally Posted by AnonScripter
pawn Код:
CreateDynamicMapIcon(Float:x, Float:y, Float:z, type, color, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
What we suppose to replace these words:
type ?? color ?? streamdistance??
|
Look at
this page, 'type' is the same as 'markertype', 'color' is the same as 'color'. Streamdistance is the distance in which the map icon will be shown to the player, in meters. A streamdistance of 100 means that the player needs to be in a range of 100 meter in order for the map icon to show up.