Textdraw only showing for ID: 0
#7

You can try this to check if the GM is not creating them.

pawn Код:
if(Textdraw0[playerid] == 65535) SendClientMessage(playerid, -1, "Textdraw0 = invalid");
if(Textdraw1[playerid] == 65535) SendClientMessage(playerid, -1, "Textdraw1 = invalid");
if(Textdraw2[playerid] == 65535) SendClientMessage(playerid, -1, "Textdraw2 = invalid");
if(Textdraw3[playerid] == 65535) SendClientMessage(playerid, -1, "Textdraw3 = invalid");
if(Textdraw4[playerid] == 65535) SendClientMessage(playerid, -1, "Textdraw4 = invalid");
if(Textdraw5[playerid] == 65535) SendClientMessage(playerid, -1, "Textdraw5 = invalid");
if(Textdraw6[playerid] == 65535) SendClientMessage(playerid, -1, "Textdraw6 = invalid");
if(Textdraw7[playerid] == 65535) SendClientMessage(playerid, -1, "Textdraw7 = invalid");
if(Textdraw8[playerid] == 65535) SendClientMessage(playerid, -1, "Textdraw8 = invalid");
if(Textdraw9[playerid] == 65535) SendClientMessage(playerid, -1, "Textdraw9 = invalid");
maybe you reach the text draw limit...
Reply


Messages In This Thread
Textdraw only showing for ID: 0 - by Luis- - 23.11.2011, 23:28
Re: Textdraw only showing for ID: 0 - by [L3th4l] - 23.11.2011, 23:38
Re: Textdraw only showing for ID: 0 - by Joshb93 - 23.11.2011, 23:39
Re: Textdraw only showing for ID: 0 - by Luis- - 23.11.2011, 23:42
Re: Textdraw only showing for ID: 0 - by Pharrel - 24.11.2011, 00:10
Re: Textdraw only showing for ID: 0 - by Luis- - 24.11.2011, 00:12
Re: Textdraw only showing for ID: 0 - by Pharrel - 24.11.2011, 00:19
Re: Textdraw only showing for ID: 0 - by Luis- - 24.11.2011, 17:52
Re: Textdraw only showing for ID: 0 - by AndreT - 24.11.2011, 17:56
Re: Textdraw only showing for ID: 0 - by sleepysnowflake - 24.11.2011, 18:01

Forum Jump:


Users browsing this thread: 4 Guest(s)