RemovePlayerMapIcon

From SA-MP Wiki

Jump to: navigation, search

RemovePlayerMapIcon


Removes a map icon created earlier.


Parameters:
(playerid, iconid)
playeridPlayer who will have the icon removed
iconidID of the icon to remove. This is the second parameter of SetPlayerMapIcon


This function does not return a specific value.


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

Related Functions

The following functions might be useful as well, as they're related to this function in one way or another.

Personal tools