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



Help me - WilliamEdward - 30.11.2014

I get these
Код:
Z:\Downloads\Programs\NEW SERVER\My Server\pawno\include\mSelection.inc(194) : error 017: undefined symbol "TEXT_DRAW_FONT_MODEL_PREVIEW"
Z:\Downloads\Programs\NEW SERVER\My Server\pawno\include\mSelection.inc(198) : error 017: undefined symbol "PlayerTextDrawSetPreviewModel"
Z:\Downloads\Programs\NEW SERVER\My Server\pawno\include\mSelection.inc(199) : error 017: undefined symbol "PlayerTextDrawSetPreviewRot"
Z:\Downloads\Programs\NEW SERVER\My Server\pawno\include\mSelection.inc(191) : warning 203: symbol is never used: "mZoom"
Z:\Downloads\Programs\NEW SERVER\My Server\pawno\include\mSelection.inc(191) : warning 203: symbol is never used: "Zrot"
Z:\Downloads\Programs\NEW SERVER\My Server\pawno\include\mSelection.inc(191) : warning 203: symbol is never used: "Yrot"
Z:\Downloads\Programs\NEW SERVER\My Server\pawno\include\mSelection.inc(191) : warning 203: symbol is never used: "Xrot"
Z:\Downloads\Programs\NEW SERVER\My Server\pawno\include\mSelection.inc(191) : warning 203: symbol is never used: "modelindex"
Z:\Downloads\Programs\NEW SERVER\My Server\filterscripts\JuesHouse.pwn(1726) : warning 209: function "Streamer_OnPlayerEditObject" should return a value
Help please.


Re: Help me - Aerotactics - 30.11.2014

Show the code where the error occurs.


Re: Help me - WilliamEdward - 30.11.2014

Now i get 1 error
Код:
PlayerTextDrawFont(playerid, txtPlayerSprite, TEXT_DRAW_FONT_MODEL_PREVIEW);



Re: Help me - Aerotactics - 30.11.2014

What is the error?


Re: Help me - WilliamEdward - 30.11.2014

Код:
error 017: undefined symbol "TEXT_DRAW_FONT_MODEL_PREVIEW"
And i get 1 error from my gamemode
Код:
fatal error 100: cannot read from file: "seifader"



Re: Help me - Aerotactics - 30.11.2014

Change TEXT_DRAW_FONT_MODEL_PREVIEW to the number 5.

For that error, show a list of the includes in your GM.


Re: Help me - WilliamEdward - 30.11.2014

Код:
#include a_samp
#include core
#include Dini
#include float
#include time
#include file
#include seifader
//#include <audio>
#include <Load>
#include <seif_text>
#include <Double-O-Objects>
#include <OPSP>
//#include <sscanf2>
#include <YSI\y_ini>
#include <streamer>
#include <bodyparts>



Re: Help me - Dizzle - 30.11.2014

Код:
#include <a_samp>
#include <core>
#include <Dini>
#include <float>
#include <time>
#include <file>
#include <seifader>
//#include <audio>
#include <Load>
#include <seif_text>
#include <Double-O-Objects>
#include <OPSP>
//#include <sscanf2>
#include <YSI\y_ini>
#include <streamer>
#include <bodyparts>
?


Re: Help me - WilliamEdward - 30.11.2014

Yes i mean it hehe.


Re: Help me - WilliamEdward - 30.11.2014

My includes
Код:
#include <a_samp>
#include <core>
#include <Dini>
#include <float>
#include <time>
#include <file>
#include <seifader>
//#include <audio>
#include <Load>
#include <seif_text>
#include <Double-O-Objects>
#include <OPSP>
//#include <sscanf2>
#include <YSI\y_ini>
#include <streamer>
#include <bodyparts>