Getting errors on built-in FS - 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: Getting errors on built-in FS (
/showthread.php?tid=440491)
Getting errors on built-in FS -
RiChArD_A - 30.05.2013
Hello, I'm getting some errors on the built-in FS, skinchanger. This is the new feature added on 0.3x. When I compile the FS on the original server folder (the one you download from sa-mp.com) I don't get the errors. But when compile it on my server's folder they came up.
Errors:
Код:
\filterscripts\skinchanger.pwn(143) : error 017: undefined symbol "TEXT_DRAW_FONT_MODEL_PREVIEW"
\filterscripts\skinchanger.pwn(147) : error 017: undefined symbol "PlayerTextDrawSetPreviewModel"
\filterscripts\skinchanger.pwn(140) : warning 203: symbol is never used: "modelindex"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
This also happens with the vspawner.
Re: Getting errors on built-in FS -
RiChArD_A - 31.05.2013
reviving
Re: Getting errors on built-in FS -
dubyabeast - 31.05.2013
I don't think that you've updated to SA:MP 0.3x1-2 Includes. You can find the latest one at:
http://files.sa-mp.com/samp03x_svr_R1-2_win32.zip
Re: Getting errors on built-in FS -
Red_Dragon. - 31.05.2013
I had this problem yesterday. I updated all my includes and it worked.
---------- -
K3nX - 31.05.2013
----------