20.04.2015, 09:34
(
Last edited by Gammix; 21/04/2015 at 12:45 AM.
)
Quote:
I changed nothing in the script, just compiled it with SA-MP 0.3.7 RC3, wasn't working, then with SA-MP 0.3z RC2, wasn't working either. Seems like a texture problem since the blocks you see are the skins with a huge zoom on them.
Maybe I've done something wrong in the process, but as I said, I copy-pasted the example script given in the first post (and used it in a filterscript). I called the filterscript after the server was already launched, I'll try to call it during the launch process to see what happens. |
pawn Code:
#define FILTERSCRIPT
I'll ask you again, do you use Prevmodel Textdraws in your gamemode or other filterscripts?
And about the model sizes, its default zoom is 0.0, thats why they are appearing like that. Try out
pawn Code:
SetupPrevModelDialog(Float:mx, Float:my, Float:mz, Float:mzoom = 1.0, mbgcolor = 0x4A5A6BFF, hovercolor = 0x8B0000FF, selectcolor = 0x8B0000FF);
set the mzoom param to 1.0 or whatever you suits.
EDIT: There will be a new update for the include where the base of dialogs will completely support Player textdraws rather than global textdraws. This will make the system compatible in multi platforms and more efficient.