Map 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: Map Icons (
/showthread.php?tid=359196)
Map Icons -
Qur - 13.07.2012
Hey.. someone can tell me how to remove the map icons?
I mean like the ammu shops and stuff like that..
THanks
Re: Map Icons -
clarencecuzz - 13.07.2012
Are you using your own gamemode or are you using a gamemode made by SAMP? Example: Grand Larceny?
I'm not sure, but try adding:
pawn Код:
DisableInteriorEnterExits();
under OnGameModeInit() or OnFilterScriptInit() if you're using a filterscript.
Re: Map Icons -
Qur - 13.07.2012
Already using it.. but its just disable the yellow marks to enter and exit buildings..
Re: Map Icons -
Aprezt - 13.07.2012
Delete all SetPlayerMapIcon lines.
Re: Map Icons -
Qur - 13.07.2012
Nice idea... but.. I need them?
My only problem its the game icons not the ones i created
Re: Map Icons -
zT KiNgKoNg - 13.07.2012
You can make it so there only appear when near to the player
pawn Код:
SetPlayerMapIcon( playerid, 12, 2204.9468, 1986.2877, 16.7380, 52, 0, // This is only when the player is in the local area MAPICON_LOCAL );
Re: Map Icons -
clarencecuzz - 13.07.2012
What gamemode are you using!??