12.08.2010, 00:51
(
Last edited by [XST]O_x; 18/04/2015 at 01:36 PM.
)
Don't use this.
just a question, how do u know the icon id ?
cause i am using now your streamer for a house system, but sometimes i need to destroy 1 certain icon and make a new one for it. |
new houseicon[MAX_HOUSES]; //Or however you define your maximum house limit.
///...
///...
///...
///...
///Under you CreateHouse stock or whatever
houseicon[houseid] = CreateMapIconToStream(...);
///And rest of house's data.
Incognito's plugin defeats any scripted streamer. If you really want to make a streamer, maybe you should consider making a plugin-based version.
|
SetStreamedMapIconMarker(iconid,markertype,color);