Can i get a small help?
#1

Can i get help that how can i color only Community Advisor of it leaving the color of other text to be COLOR_OOC
Код:
	else if(PlayerInfo[playerid][pHelper] >= 2)
	{
		new string[128];
		format(string, sizeof(string), "(( Community Advisor %s: %s ))", GetPlayerNameEx(playerid), params);
		OOCOff(COLOR_OOC,string);
		return 1;
	}
Reply
#2

You should stop using the NGRP script, but if you wanna change the color, change COLOR_OOC to another color.
Reply
#3

Dude thats simple i said u how may i change just the color of Community Advisor leaving the other text color OOC.
Reply
#4

Please help me just for it
Reply
#5

pawn Код:
format(string, sizeof(string), "(( {FFFF00}Community Advisor %h %s: %s ))", COLOR_OOC,GetPlayerNameEx(playerid), params);
FFFF00 is yellow. You change it how you want. Should work.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)