Textdraws 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: Textdraws help (
/showthread.php?tid=500066)
Textdraws help -
Equuuuin0X - 11.03.2014
So, i've made some textdraws.
It doesn't shows how I type on the code, instead of it, it types random numbers...
heres the code
I put it on OnGameModeInIt
http://pastebin.com/pt3cJzM4
Re: Textdraws help -
ChandraLouis - 11.03.2014
Error ?
Re: Textdraws help -
Equuuuin0X - 11.03.2014
No, I really would like to advice any beginner, please do not post.
because, If you don't understand any shits of textdraws, it won't help me, so stop begging for reps.
Re: Textdraws help -
ChandraLouis - 11.03.2014
ya lah :P
kalau bisa bantu dkit kan gpp juga :v
Re: Textdraws help -
Equuuuin0X - 11.03.2014
ga bakal nge bantu kayaknya hahaha
pls I need this thing to be fixed as soon as possible.
Re: Textdraws help -
ChandraLouis - 11.03.2014
ya lah gw diem aja :3
Re: Textdraws help -
RoboN1X - 11.03.2014
Duh, this is not a non english language board, mang.
By the way, i'm not sure with what you really ask.
Have you tried to use this
code:
pawn Код:
TextDrawShowForPlayer(playerid, ForumURL);
TextDrawShowForPlayer(playerid, CODTDM);
Put it
OnPlayerConnect if it should be displayed for all players.
Re: Textdraws help -
Equuuuin0X - 11.03.2014
Alright, fixed, thank you.
Re: Textdraws help -
Equuuuin0X - 11.03.2014
Another problem, when trying to connect, It's fixed.
but when it comes to spawning, it types back to numbers.
heres my onplayerspawn
http://pastebin.com/xrq8A5Lv
Re: Textdraws help -
RenovanZ - 11.03.2014
Quote:
Originally Posted by Equuuuin0X
Another problem, when trying to connect, It's fixed.
but when it comes to spawning, it types back to numbers.
heres my onplayerspawn
http://pastebin.com/xrq8A5Lv
|
Try to move your 'TextDrawShowForPlayer' on 'OnPlayerSpawn' instead of 'OnPlayerConnect'