Page 1 of 1

NZT kompiliavimo klaidos...

Posted: 2012 Apr 02 16:40
by NZT
Čia rašysiu visokius kompiliavimo error`us. Kas padės, tam uždėsiu +karmą.
---

Eilutė:

Code: Select all

    AddFx( Client, "fxSpriteField “, "sprites/xflare1.spr", 0.1, 1, 255, 5, 50 ); 
Klaidos:

Code: Select all

FX.core(16) : error 017: undefined symbol "Client"FX.core(16) : warning 215: expression has no effectFX.core(16) : error 001: expected token: ";", but found "-identifier-"FX.core(16) : error 017: undefined symbol "sprites"FX.core(16) : fatal error 107: too many error messages on one line

Re: NZT kompiliavimo klaidos...

Posted: 2012 Apr 02 16:41
by Pukuotukas951
Įdėk visą kodą, pasakysiu. Nes nematau kas parašyta aukščiau.

Re: NZT kompiliavimo klaidos...

Posted: 2012 Apr 02 16:45
by NZT
Čia ESF, o ne CS 1.6. :D

Re: NZT kompiliavimo klaidos...

Posted: 2012 Apr 02 16:50
by Pukuotukas951

Code: Select all

    AddFx( Core[id], "fxSpriteField “, "sprites/xflare1.spr", 0.1, 1, 255, 5, 50 ); 

Re: NZT kompiliavimo klaidos...

Posted: 2012 Apr 02 16:51
by aurimasko
Nenurodai kas tas Client, nesukuri tokio kintamojo ir todel taip. o dėl sprites tai turėtų nebemesti.

Code: Select all

     AddFx( Client, "fxSpriteField", "sprites/xflare1.spr", 0.1, 1, 255, 5, 50 ) 

Re: NZT kompiliavimo klaidos...

Posted: 2012 Apr 02 17:01
by aaarnas
Vien iš highlight matosi, kad kabutė kreiva uždėta.

Re: NZT kompiliavimo klaidos...

Posted: 2012 Apr 02 17:01
by NZT
Client pakeičiau į Core[0] ir susitvarkė.

Uždėsiu jums abiems po +karmą.