SA-MP Forums Archive
Textdraw problem - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Textdraw problem (/showthread.php?tid=187415)



Textdraw problem - Mike_Peterson - 02.11.2010

Hello fellow scripters, I got a problem with textdraws..
I tried 2 textdraws and they both aren't working i dont see any of em.. and they are loaded..
But strange thing is, on Grand Larceny they are working... but if i first go to my gamemode and then do /rcon changemode grandlarc then they aren't working aswell...
I have tried many things including no filterscripts, and still not working
Can i have any support fixing this problem?

one simple textdraw who isnt working:
http://www.upload.ee/files/900758/text1draw.pwn.html


Re: Textdraw problem - Sascha - 02.11.2010

you made them show?
TextDrawShowForPlayer(playerid, textdraw);


"This forum requires that you wait 120 seconds between posts. Please try again in 29 seconds." <---I hate that!


Re: Textdraw problem - Kitten - 02.11.2010

Can you show your code please so we can see whats wrong


Re: Textdraw problem - Mike_Peterson - 02.11.2010

edited, and as i said it works at Grand Larceny gamemode... do you need my gamemode?


Re: Textdraw problem - Mike_Peterson - 02.11.2010

ah man this is lame.... i occured another problem..
The Textdraws's colours are fucked... i do COLOR_RED and it is grey... and i can only see this @ another standard gamemode but not my one... it works 100% at grand larceny except colour


Re: Textdraw problem - Hal - 02.11.2010

Quote:
Originally Posted by Mike_Peterson
Посмотреть сообщение
ah man this is lame.... i occured another problem..
The Textdraws's colours are fucked... i do COLOR_RED and it is grey... and i can only see this @ another standard gamemode but not my one... it works 100% at grand larceny except colour
maybe on your GM you arent putting the showTD native in a place where it would work. put it on a login of after


Re: Textdraw problem - Mike_Peterson - 03.11.2010

The colour is fixed it was -65281 or sumthing for yellow :S
anyway the login script is luxadmin so that aint going to work.. i got the textdraw script (its a speedometer script) in a FS and works fine on Grand Larceny but when i switch to my gamemode, nothing works..
any help appreciated.