Small mapicon help - 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: Small mapicon help (
/showthread.php?tid=481887)
Small mapicon help -
FireWarrior101 - 18.12.2013
how can i make my mapicons show like this all the time even when player is not near that mapicon
My problem is i only see mapicon when i am in its radius
pawn Код:
SetPlayerMapIcon(playerid,1,-557.6434,-505.4710,24.5962,19,0,MAPICON_GLOBAL);
Even mapicon global seems to be not working and if player is not near it the icon wont show
Re: Small mapicon help -
FireWarrior101 - 18.12.2013
anyone
Re: Small mapicon help -
Excelize - 18.12.2013
Well, you could make a 'new' function and set it to 99999. Then you can replace the range of SetPlayerMapIcon with the 'new'.