Posts: 386
Threads: 84
Joined: Feb 2013
Reputation:
0
Hi all i maked atm system with clickable textdraw and the normal main box is showing and after 1 sec he is hideing i dont have putted hide function for textdraw and again i have the problem.Please help repping Thanks
Posts: 1,241
Threads: 67
Joined: Dec 2013
Try to read this and use it.
Click on meh.
Posts: 160
Threads: 14
Joined: Jun 2014
Reputation:
0
show us your script code maybe you re using hide function inside of timer or same something .
Posts: 386
Threads: 84
Joined: Feb 2013
Reputation:
0
i dont have timers i checked all the codes 5-6 times.Btw @Clad i cant understand this :/ please help me
Posts: 1,241
Threads: 67
Joined: Dec 2013
Quote:
Originally Posted by ScripteRMKD
i dont have timers i checked all the codes 5-6 times.Btw @Clad i cant understand this :/ please help me
|
You can't understand what ? It's clearly explained. I won't give the code, Do it by your self.
Posts: 386
Threads: 84
Joined: Feb 2013
Reputation:
0
for 5 minutes i will show it
Posts: 1,241
Threads: 67
Joined: Dec 2013
Quote:
Originally Posted by Mionee
Lol. He can't understand it because the source you linked is irrelevant to what he is having issues with.
@OP: Please show us your code so we can tell you what's wrong. 
|
He can easily use it, Best thing to do, I do and many others do too, Follow SA-MP Wiki to script

.
Posts: 386
Threads: 84
Joined: Feb 2013
Reputation:
0
Bankomatche = TextDrawCreate(408.500000, 163.812500, "usebox");
TextDrawLetterSize(Bankomatche, 0.000000, 20.287500);
TextDrawTextSize(Bankomatche, 222.500000, 0.000000);
TextDrawAlignment(Bankomatche, 1);
TextDrawColor(Bankomatche, 0);
TextDrawUseBox(Bankomatche, true);
TextDrawBoxColor(Bankomatche, 102);
TextDrawSetShadow(Bankomatche, 0);
TextDrawSetOutline(Bankomatche, 0);
TextDrawFont(Bankomatche, 0);
this is the box.Not work