24/06/2023 12:42
Estou usando randommsg na textdraw
Alguem sabe se esta correto este codgio?
as vezes da bug a texdraw
uso textdraw global
Alguem sabe se esta correto este codgio?
Código:
forward RandomMessagesTD();
public RandomMessagesTD()
{
new randMSG = random(sizeof(RandomMSG));
TextDrawSetString(Textdraw12, RandomMSG[randMSG]);
return 1;
}
as vezes da bug a texdraw
uso textdraw global
Código:
Textdraw12 = TextDrawCreate(151.332382, 432.250030, "ramdonmsg");
TextDrawLetterSize(Textdraw12, 0.152488, 1.144999);
TextDrawAlignment(Textdraw12, 1);
TextDrawColor(Textdraw12, -1);
TextDrawSetShadow(Textdraw12, 0);
TextDrawSetOutline(Textdraw12, 0);
TextDrawBackgroundColor(Textdraw12, 51);
TextDrawFont(Textdraw12, 1);
TextDrawSetProportional(Textdraw12, 1);