TextDraw doesn't show
#1

OnPlayerConnect:

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

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

This is all about ConnectTD

http://pastebin.com/bAkRh
Reply
#4

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

Aaaa, omg -.- Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)