Closed AGraber closed 6 years ago
I'd suggest just adding support for all the tags you want to use with the extract macro by yourself, even if those are builtin (i.e. officially provided by SAMP) tags. Just add the following code into your script (somewhere after including the sscanf include - although it should work practically everywhere just as fine):
#define Text3D_EXTRO:%0#%1,%2|||%3=%9|||%4,%5) EXTRY:%0#%1D"("#%9")"#,%2,%3|||%4|||%5)
#define Text3D_EXTRN:%0#%1,%2|||%3|||%4,%5) EXTRY:%0#%1d,%2,%3|||%4|||%5)
#define Text3D_EXTRW:%0#%1,%2|||%3[%7]|||%4,%5) EXTRY:%0#%1a<d>[%7],%2,%3|||%4|||%5)
Using the extract macro with other tags that the macro doesn't expect messes up the macro and fails compiling:
Example:
Gets resolevd to:
Which is incorrect and fails