small thing - 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: small thing (
/showthread.php?tid=559297)
small thing -
Antoniohl - 22.01.2015
Hello I try to hide text draws for all but pawno showed me some warnings
Code:
warning 213: tag mismatch
here's the line
Code:
TextDrawHideForPlayer(playerid, CelebrityLabel[playerid]);
new Text3D:CelebrityLabel[MAX_PLAYERS];
Re: small thing -
xVIP3Rx - 22.01.2015
TextDrawHideForPlayer isn't for 3d textdraws
delete it once you're no longer use it
pawn Code:
Delete3DTextLabel(CelebrityLabel[playerid]);
or try
updating it no nothing(a space)
Re: small thing -
Antoniohl - 22.01.2015
Thanks man..