SA-MP Forums Archive
Help | 2 Questions - 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: Help | 2 Questions (/showthread.php?tid=289681)



Help | 2 Questions - arad55 - 12.10.2011

Question Num. 1:

I have RP Mod, and i see some of the player colors on the map...
Now, i want to know how do i cancel it. I mean i won't see the players color....

Example:

When admin on duty - COLOR RED

It's like that:
PHP Code:
#define TEAM_ADMIN_COLOR 0xE82C2C00
and i don't see how on the map

Now, i added a few months ago, a new factions (Army) and when he goes on duty - COLOR GREEN

It's like that:
PHP Code:
#define ARMY_COLOR 0x9ec73daa
How am i doing the whole server colors won't be on map? and not only admin color or police color.. i just dont get it


Question Num. 2:

I heard it's possible to Hide the cars from the map (I mean like they are Square, Triangle, etc...)
If it's possible please explain me .
Thanks


Re: Help | 2 Questions - Jafet_Macario - 12.10.2011

For question 1:
pawn Код:
public OnGameModeInit()
{
    ShowPlayerMarkers(0);
    return 1;
}