SA-MP Forums Archive
Destory Text3D without custom function - 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: Destory Text3D without custom function (/showthread.php?tid=541078)



Destory Text3D without custom function - Riddick94 - 09.10.2014

Shouldn't that code do the trick?
pawn Код:
SetTimerEx("DestroyDynamic3DTextLabel", 30000, false, "d", _:PlayerData[playerid][E_PLAYER_LEFT]);



Re: Destory Text3D without custom function - Sawalha - 09.10.2014

no, it will also return an error if you have not put it under a function.


Re: Destory Text3D without custom function - Riddick94 - 10.10.2014

What do you mean error? You mean the code that I have written? If so, it isn't returning any errors. But that's okay, apparently, timer doesn't support 3D Text, since any other functions, with other parameters I am removing using just timer and the function name.