Command 'Minimap'
#1

Hello Guys.
My following Question is:
Is there any function in Pawn to hide the radar / minimap on the left side for a player.
Hope sombody can help me.
Reply
#2

It's possible by creating a black gang zone of all San Andreas Maps.

pawn Код:
// top of your scripts
new noradar;

// on game mode init
noradar = GangZoneCreate(minX, minY, maxX, maxY);

// when he spawn
GangZoneShowForPlayer(playerid, noradar, BLACK);
It's the only way or by using textdraw I think and visit this wiki samp page for more informations about GangZone, I aslo suggest you to try to find a gang zone maker (if you don't have one).
Reply
#3

Thank you very much.

/close
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)