22.04.2012, 08:24
I think I know what the problem is but would like to have someone give me some info.
I am trying to set the colours of the Advertisement to Green as you see below.
All it is doing is showing White, and showing the following ingame:
? {00CC00} Advertisement: ? {FFFFFF}Deduction(6666) - Test
Would it be because I need to remove the Textdraw Text Colour and use this way?
Or?
I am trying to set the colours of the Advertisement to Green as you see below.
All it is doing is showing White, and showing the following ingame:
? {00CC00} Advertisement: ? {FFFFFF}Deduction(6666) - Test
Would it be because I need to remove the Textdraw Text Colour and use this way?
Or?
pawn Код:
format(string, sizeof(string), "{00CC00}Advertisement: {FFFFFF}%s(%d) - %s", GetPlayerNameEx(playerid), PlayerInfo[playerid][pPnumber], params);
TextDrawSetString(DefaultSetup1[playerid], string);

