SA-MP Forums Archive
Disabel Player from mini map - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Disabel Player from mini map (/showthread.php?tid=326453)



Disabel Player from mini map - Alexy_Dramon - 17.03.2012

Hello i wanna small thing
that disable player from Map
Thanks


Re: Disabel Player from mini map - ReneG - 17.03.2012

pawn Код:
public OnGameModeInit()
{
    // rest of your code
    ShowPlayerMarkers(0);
    return 1;
}