Jump to content
  • 0

Eroare la carnaval


KrisTaL

Question

De curand am luat un carnaval de pe net iar cand ii dau compiler imi da eroarea asta:

gf.pwn(63631) : error 030: compound statement not closed at the end of file (started at line 63612)

La linia 63612 am asta:

[pawn] if(_OAB_PlayerPlays[playerid]==false)return true;[/pawn]

Va rog spuneti-mi cum fac asta ... mersi.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Incearca cu asta:

if(_OAB_PlayerPlays[playerid]==false)return true);

sau cu

if(_OAB_PlayerPlays[playerid]==false)return false;

Daca bag prima imi da erorile astea:

gf.pwn(63612) : error 001: expected token: ";", but found ")"
gf.pwn(63612) : error 029: invalid expression, assumed zero
EDIT: Daca bag cu a 2-a imi da tot eroarea asta:
D:\denis\photoscape\Imagini\Koogers GM\gf.pwn(63631) : error 030: compound statement not closed at the end of file (started at line 63612)

Link to comment
Share on other sites

Daca fac cum mi-ai zis tu Gireada imi da erorile astea:

gf.pwn(63612 -- 63613) : warning 215: expression has no effect
gf.pwn(63613) : error 001: expected token: ";", but found "if"
gf.pwn(63631) : error 030: compound statement not closed at the end of file (started at line 63612)

Link to comment
Share on other sites

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.