Jump to content
  • 0

GPS Script Error Pawno


Konti.

Question

Am o eroare la scriptingul unui gps.

C:\Users\TropiKllaz\Desktop\GPSEDIT.pwn(83) : error 017: undefined symbol "dir_exists"
C:\Users\TropiKllaz\Desktop\GPSEDIT.pwn(85) : error 017: undefined symbol "dfile_CreateDirectory"
Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 1

Scoate ce ți-a spus @WiDuAlK.SaMp dacă nu ai și dacă tot persistă problema; citez din electrux 

At the top of the dfile include file, type #define USE_PLUGIN_FUNCTIONS

OR

in the dfile include, find stock dir_exists .
Just above it, you will find #if defined blablabla.
Copy the part of same line after if defined, and at the top of include, write #define <the copied part>
. Dont use the <> brackets.

Then after following any of the above, go to server.cfg and add FileManager in plugins part. Like this:
plugins sscanf FileManager
That should do it.

Edited by DCosmin
Link to comment
Share on other sites

  • 1

Dupa ce am pus include-ul pe care mi la dat WiDuAlK.SaMp

D:\Games\GameModes\pawno original\include\dfile.inc(314) : error 021: symbol already defined: "dini_Exists"
D:\Games\GameModes\pawno original\include\dfile.inc(318) : error 021: symbol already defined: "dini_Remove"
D:\Games\GameModes\pawno original\include\dfile.inc(323) : error 021: symbol already defined: "dini_Create"
D:\Games\GameModes\pawno original\include\dfile.inc(346) : error 021: symbol already defined: "dini_Set"
D:\Games\GameModes\pawno original\include\dfile.inc(379) : error 021: symbol already defined: "dini_IntSet"
D:\Games\GameModes\pawno original\include\dfile.inc(384) : error 021: symbol already defined: "dini_Int"
D:\Games\GameModes\pawno original\include\dfile.inc(387) : error 021: symbol already defined: "dini_FloatSet"
D:\Games\GameModes\pawno original\include\dfile.inc(392) : error 021: symbol already defined: "dini_Float"
D:\Games\GameModes\pawno original\include\dfile.inc(395) : error 021: symbol already defined: "dini_Bool"
D:\Games\GameModes\pawno original\include\dfile.inc(398) : error 021: symbol already defined: "dini_BoolSet"
D:\Games\GameModes\pawno original\include\dfile.inc(403) : error 021: symbol already defined: "dini_Unset"
D:\Games\GameModes\pawno original\include\dfile.inc(432) : error 021: symbol already defined: "dini_Get"
D:\Games\GameModes\pawno original\include\dfile.inc(452) : error 021: symbol already defined: "dini_Isset"
C:\Users\TropiKllaz\Desktop\GPSEDIT.pwn(83) : error 017: undefined symbol "dfile_DirectoryExists"
C:\Users\TropiKllaz\Desktop\GPSEDIT.pwn(85) : error 017: undefined symbol "dfile_CreateDirectory"
C:\Users\TropiKllaz\Desktop\GPSEDIT.pwn(181) : warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase


15 Errors.

 

 

Link to comment
Share on other sites

  • 0

Vezi ca ai un model de citit/respectat!

 

Si posteaza mai omule erorile si liniile la care ai erori :|

Nu mai deschideti in pu*a mea servere de SA:MP !

Jucati-va pe cele care sunt !   Sunt suficiente !

Reguli de bun simt:

1. Nu faceti reclama unde nu trebuie !

2. Nu injurati ca la usa cortului !

3. Daca esti analfabeti, taci din gura !

4. Nu abuza de 'scuze', 'din greseala' !

 

My work ::: http://pastebin.com/VRNRcaAs

Link to comment
Share on other sites

  • 0
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.