01.09.2009, 19:07
How can I mak a textdraw changing ever 5 sec like "HI world" and in 5 sec "bye World"
Please writ me the cod.
This is the textdraw,
Hi = TextDrawCreate(1.000000,434.000000,"Hi world");
TextDrawAlignment(Hi,0);
TextDrawBackgroundColor(Hi,0x00000099);
TextDrawFont(Hi,1);
TextDrawLetterSize(Hi,0.500000,1.500000);
TextDrawColor(Hi,0xFFFFFFAA);
TextDrawSetOutline(Hi,1);
TextDrawSetProportional(Hi,1);
TextDrawSetShadow(Hi,1);
Please writ me the cod.
This is the textdraw,
Hi = TextDrawCreate(1.000000,434.000000,"Hi world");
TextDrawAlignment(Hi,0);
TextDrawBackgroundColor(Hi,0x00000099);
TextDrawFont(Hi,1);
TextDrawLetterSize(Hi,0.500000,1.500000);
TextDrawColor(Hi,0xFFFFFFAA);
TextDrawSetOutline(Hi,1);
TextDrawSetProportional(Hi,1);
TextDrawSetShadow(Hi,1);