02.03.2019, 12:15
Hello
this is my code
my problem is when i chat with rcon admin all of my chat color will be red altough my teams are Yellow/Blue/Green
like http://s9.picofile.com/file/8353847126/Untitled.png
i want that Admin Prefix be RED and my name become my colors of my teams
Thanks
this is my code
Код:
public OnPlayerText(playerid, text[])
{
if(IsPlayerAdmin(playerid))
{
new pName[MAX_PLAYER_NAME], String[128], Prefix[] = "{FF0000}[Admin] ";
GetPlayerName(playerid, pName, 24);
format(String, sizeof(String), "%s%s %s", Prefix, pName, text);
SendClientMessageToAll(-1,String);
return 1;
}
return 1;
}
like http://s9.picofile.com/file/8353847126/Untitled.png
i want that Admin Prefix be RED and my name become my colors of my teams
Thanks

