What happened to icons? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: What happened to icons? (
/showthread.php?tid=665840)
What happened to icons? -
Isteven - 18.04.2019
Hey, please help me, I'm running a fr rp server in which there is not even a single icon in it but each cmd is working perfectly..I can't see the icons in my windows server but i can see it in host server.
Re: WTF is happened to icons? -
Gforcez - 18.04.2019
Icons? What kind of icons? Map icons or player icons.. give some more information, provide screenshots where you expect these to show up.. Check your plugins if you use a streamer for these kind of things.
Re: WTF is happened to icons? -
Isteven - 18.04.2019
https://imgur.com/ISNRhPx
Did you see that marker
Im trying to show that i can't see that yellow marker from where we get inside and the icon of drivingschool(MAP ICON)
Re: WTF is happened to icons? -
TheSlenderman - 18.04.2019
Code:
DisableInteriorEnterExits();
You got it somewhere in your script. Delete it.
Re: WTF is happened to icons? -
Isteven - 18.04.2019
Thanks bro now I can see the markers. But there's one more problem left... I can't see the icons in radar let me show u..
https://imgur.com/QOX48Oo
https://imgur.com/7dh0gGI
As you can see there's not a single icon in the radar. What should I do?
Re: What happened to icons? -
TheSlenderman - 18.04.2019
This you have to manually add them with SetPlayerMapIcon, check wiki.sa-mp.com for more information.