SA-MP Forums Archive
TextDraw doesn't show - 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 doesn't show (/showthread.php?tid=413942)



TextDraw doesn't show - ZmaXy - 07.02.2013

OnPlayerConnect:

Код:
for(new i = 0; i < 8; i++) TextDrawShowForPlayer(playerid, ConnectTD[playerid][i]);
But when I connect, textdraw doesn't show


Re: TextDraw doesn't show - Misiur - 07.02.2013

Could you show your ConnectTD, and some place where it has its values assigned?


Re: TextDraw doesn't show - ZmaXy - 07.02.2013

This is all about ConnectTD

http://pastebin.com/bAkRh


Re: TextDraw doesn't show - Misiur - 07.02.2013

Look at your code carefully - you are trying to show not-yet-existent textdraws. Simply move the loop after creating them


Re: TextDraw doesn't show - ZmaXy - 07.02.2013

Aaaa, omg -.- Thanks