change admin color
#1

please help me to change admin color on tab menu, tx
Reply
#2

you have any Admin script to use /changecolour And change any player colour My server IP:94.23.208.199:2471
Reply
#3

https://sampwiki.blast.hk/wiki/SetPlayerColor
Reply
#4

Hi rfr have you best admin script
Reply
#5

I've tried...it doesnt work
Reply
#6

Quote:
Originally Posted by moulyafriyan
Посмотреть сообщение
I've tried...it doesnt work
Show the code.
Reply
#7

Quote:
Originally Posted by rfr
Посмотреть сообщение
This will change only the color in the TAB MENU and the NAME COLOR above the player. If u wanna set up a color in the chat, u need to do this in OnPlayerText(playerid, text[])

Код:
public OnPlayerText(playerid, text[])
{
         new string[150], name[35];
         GetPlayerName(playerid, name, sizeof(name));
         format(string, sizeof (string), "{c80e2d}%s[%d]{FFFFFF} says: %s", name, playerid, text);
         // {#c80e2d} it's your setup color.
         SendPlayerMessageToAll(playerid, string);
         return 0;
}
Reply
#8

Quote:
Originally Posted by kingmk
Посмотреть сообщение
This will change only the color in the TAB MENU and the NAME COLOR above the player. If u wanna set up a color in the chat, u need to do this in OnPlayerText(playerid, text[])

Код:
public OnPlayerText(playerid, text[])
{
         new string[150], name[35];
         GetPlayerName(playerid, name, sizeof(name));
         format(string, sizeof (string), "{c80e2d}%s[%d]{FFFFFF} says: %s", name, playerid, text);
         // {#c80e2d} it's your setup color.
         SendPlayerMessageToAll(playerid, string);
         return 0;
}
I just want admin color
Reply
#9

You need on Login to set Color for Admin.For example(this will give black color)

PHP код:
if(PlayerInfo[playerid][Admin] == 1338SetPlayerColor(playerid,0x00000000); 
Reply
#10

Quote:
Originally Posted by moulyafriyan
Посмотреть сообщение
I just want admin color
Show what code you have, or you shouldn't be helped...

This is scripting help, not script for you.


If you haven't got any code, then you're going to have to learn.



Can you guys STOP PASTING RANDOM CODE IN ORDER TO GAIN REP, OR POSTS... Especially when you don't even know what his script is using.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)