SetOBjectMaterialText - 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: SetOBjectMaterialText (
/showthread.php?tid=604445)
SetOBjectMaterialText -
Harty - 05.04.2016
How much times i can update the material text on a static object?
Do i need to destroy it after how much times?
How can i implement that?
Thanks.
Re: SetOBjectMaterialText -
Harty - 05.04.2016
Solved by myself.
DestroyObject(objectid);
+
Create it again before the text update.
Thanks.