Posts: 380
Threads: 11
Joined: Feb 2010
Reputation:
0
The second parameter of the SetPlayerMapIcon function is "iconID", and must be a value from 0-99 ( unless you use a streamer )
The reason your player is only seeing the first icon, is because if you set another Map Icon to the same iconID, it will replace the first.
If you have less than 99 houses I guess you could use 'h' as the iconID.
The second to last parameter is the "icon type', I think you have the two confused.
[edit] I just noticed you have 500 as maximum houses, if you want each house to have an icon, you will need to use a streamer.
Posts: 380
Threads: 11
Joined: Feb 2010
Reputation:
0
Considering 31 is the icon type for a green house, and 32 is the icon type for a red house, I actually don't think I am wrong.
Posts: 104
Threads: 40
Joined: May 2010
Reputation:
0
i read the streamer and very confuse can some one teach me step by step ??