RemovePlayerMapIcon

RemovePlayerMapIcon

Description:
Function RemovePlayerMapIcon removes a map icon that was set earlier for a player using SetPlayerMapIcon.


Parameters:
(playerid, iconid)
int playerid The ID of the player whose icon to remove.
int iconid The ID of the icon to remove. This is the second parameter of SetPlayerMapIcon.


Return Values:
  • 1: The function was executed successfully.
  • 0: The function failed to execute.


Examples:
SetPlayerMapIcon(playerid, 12, 2204.9468, 1986.2877, 16.7380, 52, 0);
 
// Later on
RemovePlayerMapIcon(playerid, 12);


Related Functions
The following functions may be useful, as they are related to this function in one way or another.