07.01.2011, 07:47
1.
2.
Do you mean how can you change the color of certain words/letters in textdraws?
if so you can create them with a text like this
"~g~this is Green~r~ this is Red~y~ this is Yellow"
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SpawnPlayer(playerid);
return 1;
}
Do you mean how can you change the color of certain words/letters in textdraws?
if so you can create them with a text like this
"~g~this is Green~r~ this is Red~y~ this is Yellow"