Textdraw Help!
#1

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
Reply
#2

Bump!
Reply
#3

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

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
Reply
#5

Still The Same Problem
Reply
#6

explain more why you coment the whole of script
Reply
#7

This is My t's Opposite

Need it to be Like this

Fix Code or Show me the Mistakes
Reply
#8

Bump!
Reply
#9

Post the code.
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)