help for delet Color on map
#1

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 ) ??
Reply
#2

I think you have to delete CreateGangZone or something. Search for something similiar in your script.
Reply
#3

how ?
Reply
#4

CTRL+F when inside your script, search for the keyword provided, comment with // or delete it.
Reply
#5

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);
Reply
#6

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?
Reply
#7

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 )
Reply
#8

I mean, can you give me the name of the script you're using, so I can take a look in the source.
Reply
#9

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
Reply


Forum Jump:


Users browsing this thread: 7 Guest(s)