[Tutorial] How To Enable Player's Map icon?
#1

How to Enable or Disable player icon's on Minimap?


A short/quick Tutorial on: Enabling and disabling of Small icons on minimap or big map which indicates players online/playing.

Enabling
Step 1: Open your Gamemode with pawno.exe and Find this in your gamemode
Code:
public OnGameModeInit()
{
Step 2: Copy this code and paste it under public OnGameModeInit()
Code:
ShowPlayerMarkers(1);
To change the mode of ShowPlayerMarkers Just change (0),(1)&(2).
Mode (0) :- Icon's wont be shown even if the player is close/near to us. (Disabled)
Mode (1) :- When the player is near to us then that player's ICON will be shown.
Mode (2) :- Player's icons will be shown on every condition like if he is near to us or far from us, The icons will be visible on our minimap.

•Disabling•
Step 1: Find this in your gamemode:
Code:
ShowPlayerMarkers(2);
Step 2: Remove this line
Code:
ShowPlayerMarkers(2);
Or Replace (2) with (0). *Mode 0 Means Disabling*.

*My first tutorial! .
Reply


Messages In This Thread
How To Enable Player's Map icon? - by [xT]Emaratii - 28.07.2013, 18:30
Re: How To Enable Player's Map icon? - by Sellize - 28.07.2013, 18:37
Re: How To Enable Player's Map icon? - by [xT]Emaratii - 28.07.2013, 22:22
Re: How To Enable Player's Map icon? - by CAC - 28.07.2013, 22:25
Re: How To Enable Player's Map icon? - by x96664 - 28.07.2013, 22:52
Re: How To Enable Player's Map icon? - by [xT]Emaratii - 29.07.2013, 00:21
Re: How To Enable Player's Map icon? - by SourceCode - 29.07.2013, 00:41
Re: How To Enable Player's Map icon? - by [xT]Emaratii - 29.07.2013, 10:30
Re: How To Enable Player's Map icon? - by [xT]Emaratii - 29.07.2013, 10:51
Re: How To Enable Player's Map icon? - by Sinner - 29.07.2013, 11:47
Re: How To Enable Player's Map icon? - by [xT]Emaratii - 29.07.2013, 12:30

Forum Jump:


Users browsing this thread: 1 Guest(s)