Jump to content
  • 0

Erori Pawno


Guest catalin94c

Question

Guest catalin94c
Posted

Atunci cand compilez GF primesc cateva erori la pawno....il compileaza si ceea ce am modificat/adaugat functioneaza dar vreau sa stiu daca este afectat ceva de la erorile acestea:

D:\Programe\SAMP 0.3 Server\gamemodes\gf3.pwn(5937) : warning 217: loose indentation
D:\Programe\SAMP 0.3 Server\gamemodes\gf3.pwn(6915) : warning 217: loose indentation
D:\Programe\SAMP 0.3 Server\gamemodes\gf3.pwn(6928) : warning 217: loose indentation
D:\Programe\SAMP 0.3 Server\gamemodes\gf3.pwn(26379) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
D:\Programe\SAMP 0.3 Server\gamemodes\gf3.pwn(26415) : warning 203: symbol is never used: "Turfs"
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase

Header size:           5872 bytes
Code size:          1114164 bytes
Data size:          4434032 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5103 cells (20412 bytes)
Total requirements: 5570452 bytes

5 Warnings.

5 answers to this question

Recommended Posts

Posted

eu zic ca nu,atata timp cat iti merge ce ai adaugat tu inseamna ca e bine.

Proiecte:

Hospital Interior-0%(neinceput)

Limo Interior-0%(inceput)

Bank Interior-0%(neinceput)

Bus Interior-0%(inceput)

Plane Interior-0%(neinceput)

Train Interior-0%(neinceput)

Boat Interior-95%(terminat,mici retusuri)

Mini-Scripturi care au fost publicate:

GPS System: http://forum.sa-mp.ro/filter-scripts-and-gamemodes/%28fs%29-gps-system/

Posted

D:\Programe\SAMP 0.3 Server\gamemodes\gf3.pwn(5937) : warning 217: loose indentation
D:\Programe\SAMP 0.3 Server\gamemodes\gf3.pwn(6915) : warning 217: loose indentation
D:\Programe\SAMP 0.3 Server\gamemodes\gf3.pwn(6928) : warning 217: loose indentation
D:\Programe\SAMP 0.3 Server\gamemodes\gf3.pwn(26379) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
D:\Programe\SAMP 0.3 Server\gamemodes\gf3.pwn(26415) : warning 203: symbol is never used: "Turfs"
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase

Header size:           5872 bytes
Code size:          1114164 bytes
Data size:          4434032 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5103 cells (20412 bytes)
Total requirements: 5570452 bytes

5 Warnings.
pentru primele trei erori adaugi sus in script
#pragma tabsize 0
pentru a 4-a eroare stergi tot callbackul
public OnPlayerPrivMsg
si pentru ultima eroare adaugi undeva in script (sub new-uri)
#pragma unused turfs

sper ca-ti merge acum ;)

Guest catalin94c
Posted

Primele erori leam rezolvat numai la ultima nu reusesc sa scap de ea :) am pus sub new-uri si tot nu imi merge imi da:

D:\Programe\SAMP 0.3 Server\gamemodes\gf3.pwn(414) : error 017: undefined symbol "turfs"
D:\Programe\SAMP 0.3 Server\gamemodes\gf3.pwn(26414) : warning 203: symbol is never used: "Turfs"
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


1 Error.

Posted

Primele erori leam rezolvat numai la ultima nu reusesc sa scap de ea :) am pus sub new-uri si tot nu imi merge imi da:

D:\Programe\SAMP 0.3 Server\gamemodes\gf3.pwn(414) : error 017: undefined symbol "turfs"
D:\Programe\SAMP 0.3 Server\gamemodes\gf3.pwn(26414) : warning 203: symbol is never used: "Turfs"
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
oh, greseala mea, pune sub new-uri
#pragma unused Turfs

;)

Guest catalin94c
Posted

Multumesc, a functionat.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.