Posts: 511
Threads: 122
Joined: Jan 2013
Hi
I make Color For faction ( Name Player ) but i get color on map ( like Server DM ) and i have Server RP
how to Deletn on MAP ( Radar ) ??
Posts: 1,861
Threads: 103
Joined: Sep 2011
Reputation:
0
I think you have to delete CreateGangZone or something. Search for something similiar in your script.
Posts: 511
Threads: 122
Joined: Jan 2013
Posts: 1,861
Threads: 103
Joined: Sep 2011
Reputation:
0
CTRL+F when inside your script, search for the keyword provided, comment with // or delete it.
Posts: 511
Threads: 122
Joined: Jan 2013
i add this Color , but i get color name and color on Map
but i need just color name
public SetPlayerToTeamColor(playerid)
{
if(IsPlayerConnected(playerid))
{
SetPlayerColor(playerid,TEAM_HIT_COLOR); // white
if (PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1)
SetPlayerColor(playerid,COLOR_PD);
if (PlayerInfo[playerid][pMember] == 2 || PlayerInfo[playerid][pLeader] == 2)
SetPlayerColor(playerid,COLOR_FBI);
if (PlayerInfo[playerid][pMember] == 3 || PlayerInfo[playerid][pLeader] == 3)
SetPlayerColor(playerid,COLOR_NG);
if (PlayerInfo[playerid][pMember] == 4 || PlayerInfo[playerid][pLeader] == 4)
SetPlayerColor(playerid,COLOR_MEDIC);
if (PlayerInfo[playerid][pMember] == 14 || PlayerInfo[playerid][pLeader] == 14)
SetPlayerColor(playerid,COLOR_PATERNO);
Posts: 1,861
Threads: 103
Joined: Sep 2011
Reputation:
0
The code you posted only sets the name's color. You need to find the map color somewhere else in your script. What script do you use?
Posts: 511
Threads: 122
Joined: Jan 2013
Quote:
Originally Posted by Jari_Johnson*
The code you posted only sets the name's color. You need to find the map color somewhere else in your script. What script do you use?
|
Server RP ( RolePlay )
Posts: 1,861
Threads: 103
Joined: Sep 2011
Reputation:
0
I mean, can you give me the name of the script you're using, so I can take a look in the source.
Posts: 511
Threads: 122
Joined: Jan 2013
Quote:
Originally Posted by Jari_Johnson*
I mean, can you give me the name of the script you're using, so I can take a look in the source.
|
LARP , Please help me