SA-MP Forums Archive
Textdraw Help! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Textdraw Help! (/showthread.php?tid=571740)



Textdraw Help! - TaiChi - 21.04.2015

Hello guys Need Help
How i can Fix this to be opposite
Because Race top Must be like this
1:First Top
2:Second top
3:...
4:...
5:...
Not the Opposite
5:
4:
3:
2:
1:


Pawno Code:http://pastebin.com/qFvMsw0w


Re: Textdraw Help! - TaiChi - 22.04.2015

Bump!


Re: Textdraw Help! - fuckingcruse - 22.04.2015

First thing , you cant double post and BUMP the topic before 24 hrs of no REPLY


Re: Textdraw Help! - Azula - 22.04.2015

PHP код:
SendClientMessageEx(playerid,COLOR_WHITE,string);
            
TextDrawSetString(Class_5[playerid],string1);
            
TextDrawSetString(Class_5_Time[playerid],string2);
            
TextDrawSetString(Class_4[playerid],string1);
            
TextDrawSetString(Class_4_Time[playerid],string2);
            
TextDrawSetString(Class_3[playerid],string1);
            
TextDrawSetString(Class_3_Time[playerid],string2);
            
TextDrawSetString(Class_2[playerid],string1);
            
TextDrawSetString(Class_2_Time[playerid],string2);
            
TextDrawSetString(Class_1[playerid],string1);
            
TextDrawSetString(Class_1_Time[playerid],string2);*/
            
TextDrawShowForPlayer(playerid,Class_5[playerid]);
            
TextDrawShowForPlayer(playerid,Class_5_Time[playerid]);
            
TextDrawShowForPlayer(playerid,Class_4[playerid]);
            
TextDrawShowForPlayer(playerid,Class_4_Time[playerid]);
            
TextDrawShowForPlayer(playerid,Class_3[playerid]);
            
TextDrawShowForPlayer(playerid,Class_3_Time[playerid]);
            
TextDrawShowForPlayer(playerid,Class_2[playerid]);
            
TextDrawShowForPlayer(playerid,Class_2_Time[playerid]);
            
TextDrawShowForPlayer(playerid,Class_1[playerid]);
            
TextDrawShowForPlayer(playerid,Class_1_Time[playerid]);
            
SetTimerEx("top5timer",20000,false,"i",playerid);
            
top_times=true



Re: Textdraw Help! - TaiChi - 24.04.2015

Still The Same Problem


Re: Textdraw Help! - Azula - 24.04.2015

explain more why you coment the whole of script


Re: Textdraw Help! - TaiChi - 24.04.2015

This is My t's Opposite

Need it to be Like this

Fix Code or Show me the Mistakes


Re: Textdraw Help! - TaiChi - 25.04.2015

Bump!


Re: Textdraw Help! - MP2 - 26.04.2015

Post the code.


Re: Textdraw Help! - Shaktimaan - 26.04.2015

Post the codes where the textdraw gets the name and time.