RemovePlayerMapIcon
From SA-MP Wiki
RemovePlayerMapIcon
Removes a map icon created earlier.
(playerid, iconid)
| playerid | Player who will have the icon removed |
| iconid | ID 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.
- SetPlayerMapIcon: Create a mapicon for a player.
