About /dm1 - Disable Player See And Player Arrow When they are not in DM
#8

So how I basicaly understood is, that when you are in the deathmatch you can see the player marker on the mini map and when you are outside you can't?

https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer
https://sampwiki.blast.hk/wiki/ShowPlayerMarkers
If so just create:


If(inDM == 1 )
{
ShowPlayerMarkers(1);
}
else
{
//nothing here, that means the markers don't show
//or just
ShowPlayerMarkers(0);
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)