SA-MP Forums Archive
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=327972)



Map icons - jimis - 23.03.2012

How i can disable a player map icon when he type /pizza?


Re: Map icons - Tom1412 - 23.03.2012

if you have

SetPlayerMapIcon( playerid, 12, 2204.9468, 1986.2877, 16.7380, 52, 0 );

when they join and then when they do /pizza put

RemovePlayerMapIcon( playerid, 12 );

on the command


Re: Map icons - jimis - 23.03.2012

ok,thanks