17.08.2018, 10:53
Also some tip is to read the important notes here:
https://sampwiki.blast.hk/wiki/TextDrawCreate
It says the text cannot be empty or your server may crash.
Use the underscore to at least have something in your textdraw upon creation:
https://sampwiki.blast.hk/wiki/TextDrawCreate
It says the text cannot be empty or your server may crash.
Use the underscore to at least have something in your textdraw upon creation:
PHP код:
Textdraw3 = TextDrawCreate(563.679870, 359.370605, "_");