[C++] MultiColor

ejexter

Well-known member
Joined
Feb 21, 2014
Messages
211
Reaction score
0
Like Here: http://ugbase.eu/help-7/(help)-multicolor-text/15/
But on C++
D3DCOLOR_ARGB(191, R, G, B);
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
Code:
for (int i = 0; i < MAX_TEXTDRAWS; i++)
{
	if (g_SAMP->pPools->pPool_Textdraw->iIsListed[i] != 1)
		continue;
	stTextdraw *txd = g_SAMP->pPools->pPool_Textdraw->textdraw[i];
	txd->dwLetterColor = D3DCOLOR_ARGB(255, r, g, b);
	txd->dwShadowColor = D3DCOLOR_ARGB(255, r, g, b);
	txd->byteStyle = 3;
}
 

ini

Well-known member
Joined
Sep 28, 2015
Messages
321
Reaction score
115
anaza70056 said:
help with this code, http://prntscr.com/k89vf1

lmao ur error's are so nice, good copy paste, why u guys keep c+p with out understand what u doing?
 

DarkSerifu

Active member
Joined
Apr 3, 2018
Messages
66
Reaction score
17
anaza70056 said:
help with this code, http://prntscr.com/k89vf1

http://prntscr.com/k8aapf Stiu ca esti roman, n-are rost sa scriu in engleza, acolo scrie foarte clar ca nu ai definit alea, da-mi discordu tau pe pm.
 

ini

Well-known member
Joined
Sep 28, 2015
Messages
321
Reaction score
115
D4rk said:
anaza70056 said:
help with this code, http://prntscr.com/k89vf1

http://prntscr.com/k8aapf Stiu ca esti roman, n-are rost sa scriu in engleza, acolo scrie foarte clar ca nu ai definit alea, da-mi discordu tau pe pm.

esti prost?
 
Top