SA-MP Forums Archive
error - 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: error (/showthread.php?tid=504562)



error - UfsDev - 04.04.2014

C:\Users\xd\Downloads\CS_0.3x\CS_0.3x\pawno\includ e\mselection.inc(196) : error 017: undefined symbol "PlayerTextDrawSetPreviewModel"
C:\Users\xd\Downloads\CS_0.3x\CS_0.3x\pawno\includ e\mselection.inc(197) : error 017: undefined symbol "PlayerTextDrawSetPreviewRot"
C:\Users\xd\Downloads\CS_0.3x\CS_0.3x\pawno\includ e\mselection.inc(189) : warning 203: symbol is never used: "mZoom"
C:\Users\xd\Downloads\CS_0.3x\CS_0.3x\pawno\includ e\mselection.inc(189) : warning 203: symbol is never used: "Zrot"
C:\Users\xd\Downloads\CS_0.3x\CS_0.3x\pawno\includ e\mselection.inc(189) : warning 203: symbol is never used: "Yrot"
C:\Users\xd\Downloads\CS_0.3x\CS_0.3x\pawno\includ e\mselection.inc(189) : warning 203: symbol is never used: "Xrot"
C:\Users\xd\Downloads\CS_0.3x\CS_0.3x\pawno\includ e\mselection.inc(189) : warning 203: symbol is never used: "modelindex"
../include/callbacks.pwn(354) : error 017: undefined symbol "YSI_g"
../include/callbacks.pwn(354) : warning 215: expression has no effect
../include/callbacks.pwn(354) : error 001: expected token: ")", but found ";"
../include/callbacks.pwn(354) : error 036: empty statement
../include/callbacks.pwn(354) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


7 Errors.


Re: error - FahadKing07 - 04.04.2014

Hmmm it looks like you did not defined few symbols and till where i know it is not "PlayerTextDrawSetPreviewModel", it is TextDrawSetPreviewModel and the another one is also not "PlayerTextDrawSetPreviewRot", it is "TextDrawSetPreviewRot".

After renaming them try whether "mZoom", Zrot are working, and if not than just remove them from script.
And show line 354