Burak

Results 64 comments of Burak

Make a video showing how it happened. Also share the project file you used.

Share your inv.txt file.

There seems to be a problem with the import, but you can use a workaround. I will have removed this problem in the v2.0 version in the future. [inv2.txt](https://github.com/nexquery/samp-textdraw-editor/files/12051989/inv2.txt)

I'm not working now. If there is a request, I can add progressbar and new features.

You are the third person having this problem, I don't know exactly why but it is caused by txd file. Someone had fixed this issue and updated the txd files,...

I will add this feature in v2.0.

I am using a phone with iOS operating system. I haven't played SA-MP on Android before so I don't know how to use it.

Só deve utilizar as chamadas de retorno do plugin. Se tiver ganchos, deve também adaptá-los às chamadas de retorno do plugin.

Utilizar abreviaturas: ```c DEFINE_HOOK_REPLACEMENT__(Dynamic, Dyn); hook OnClickDynPlayerTextDraw(playerid, PlayerText:textid) { return 0; } ```