Posts: 578
Threads: 40
Joined: Dec 2016
Quote:
Originally Posted by OneDay
PHP код:
static const stageColours[29] = {
0x00000011, 0x00000022, 0x00000033, 0x00000044, 0x00000055, 0x00000066, 0x00000077,
0x00000088, 0x00000099, 0x000000AA, 0x000000BB, 0x000000CC, 0x000000DD, 0x000000EE,
0x000000FF, 0x000000EE, 0x000000DD, 0x000000CC, 0x000000BB, 0x000000AA, 0x00000099,
0x00000088, 0x00000077, 0x00000066, 0x00000055, 0x00000044, 0x00000033, 0x00000022,
0x00000011 };
PlayerTextDrawBoxColor(playerid, playerFadeScreen[playerid], stageColours[stage]);
// I think you need to show again
PlayerTextDrawShow(playerid, playerFadeScreen[playerid]);
|
Thanks bud, appreciate it.