23.01.2012, 03:45
Instead of "COL_LIGHTBLUE" do like
Cash: {00FFFF}%d
for each one just use html colors.
Cash: {00FFFF}%d
for each one just use html colors.
pawn Код:
format( string5, sizeof( string5 ), "Cash: {00FFFF}%d {FFFFFF}| | Bank Balance: {00FFFF}%s {FFFFFF}| | PayCheck: {00FFFF}%d {FFFFFF}| | Pay Time: {00FFFF}%d minutes{FFFFFF}| |",GetPlayerMoney(id),PlayerInfo[playerid][pBankAmount],PlayerInfo[playerid][pPayCheck],TimeLeft);

