Posts: 278
Threads: 100
Joined: May 2011
Reputation:
0
How i can disable a player map icon when he type /pizza?
Posts: 423
Threads: 96
Joined: Sep 2010
Reputation:
0
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