Jump to content
  • 0

eroare utils.inc


Question

Posted

Am descarcat un server de sa-mp si am vrut sa-i modific numele.

Problema: am dat la compilate si imi apare asta:

C:\Users\George\Desktop\Director Nou\ddd\pawno\include\utils.inc(3) : error 017: undefined symbol "strlen"

C:\Users\George\Desktop\Director Nou\ddd\pawno\include\utils.inc(3) : error 036: empty statement

C:\Users\George\Desktop\Director Nou\ddd\pawno\include\utils.inc(3) : error 017: undefined symbol "i"

C:\Users\George\Desktop\Director Nou\ddd\pawno\include\utils.inc(3) : fatal error 107: too many error messages on one line

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

4 Errors.

George H.

3 answers to this question

Recommended Posts

Posted

Symbolurile "strlen" si "i"

-nu sunt definite

empty statement

-trebuie sa ne dai linile

Dar uite un exemplu pentru rezolvare:

if(vehicleid == Bike5);

{

}

Ultima eroare ai prea multe functii pe o singura linie

Posted

Acum imi apare asta:

D:\Nu se scaneaza\Green World\gamemodes\GHJ.pwn(26869) : error 012: invalid function call, not a valid address

D:\Nu se scaneaza\Green World\gamemodes\GHJ.pwn(26869) : error 029: invalid expression, assumed zero

D:\Nu se scaneaza\Green World\gamemodes\GHJ.pwn(26869) : warning 215: expression has no effect

D:\Nu se scaneaza\Green World\gamemodes\GHJ.pwn(28263) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")

D:\Nu se scaneaza\Green World\gamemodes\GHJ.pwn(28333) : warning 203: symbol is never used: "NameTimer"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Errors.

George H.

Posted

Acum imi apare asta:

D:\Nu se scaneaza\Green World\gamemodes\GHJ.pwn(26869) : error 012: invalid function call, not a valid address

D:\Nu se scaneaza\Green World\gamemodes\GHJ.pwn(26869) : error 029: invalid expression, assumed zero

D:\Nu se scaneaza\Green World\gamemodes\GHJ.pwn(26869) : warning 215: expression has no effect

D:\Nu se scaneaza\Green World\gamemodes\GHJ.pwn(28263) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")

D:\Nu se scaneaza\Green World\gamemodes\GHJ.pwn(28333) : warning 203: symbol is never used: "NameTimer"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Errors.

Dami liniile

26869

si 28263

Si la NameTimer la linia 28333 aia poti sa o stergi

Nu se foloseste niciunde NameTimer

Si pune asta in D:\Nu se scaneaza\Green World\pawno\includes

[download]http://www.solidfiles.com/d/2ea52/utils.inc[/download]

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.