textdraw bug - 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 bug (
/showthread.php?tid=482362)
textdraw bug -
caoraivoso3 - 20.12.2013
when i select this textdraw(tvasio2) it will change his color to 0x1E90FFFF
pawn Код:
if(playertextid == tvasio2[playerid])
{
PlayerTextDrawColor(playerid, tvasio2[playerid], 0x1E90FFFF);
return 1;
}
but that does not happen. why?
Re: textdraw bug -
ikey07 - 20.12.2013
Hide and show textdraw again
Re: textdraw bug -
caoraivoso3 - 20.12.2013
i need it to hide too? or just show because the least code i write the better
Re: textdraw bug -
ikey07 - 20.12.2013
You can try to just show it again
Re: textdraw bug -
caoraivoso3 - 20.12.2013
i just show it and it doesn't bug. thanks again.
Re: textdraw bug -
SilentSoul - 20.12.2013
Did you create an existing textdraw first ? i mean CreatePlayerTextDraw ...
Read this might help you :
https://sampwiki.blast.hk/wiki/PlayerTextDrawColor
If you have followed this link and still not working could you show me the full textdraw functions you did (CreatePlayerTextDraw , etc..)