Jump to content
  • 0

Sprijin-Erori la compilare


NaturaL

Question

Nick: NaturaL

Problema: Primesc niste erori la compilare si nu stiu dc ...

Erori / warnings: [pawn]    Carbon.pwn(13309) : warning 219: local variable "i" shadows a variable at a preceding level

    Carbon.pwn(15712) : error 017: undefined symbol "count"

    Carbon.pwn(15712) : warning 215: expression has no effect

    Carbon.pwn(15713) : error 017: undefined symbol "count"

    Carbon.pwn(15714) : error 017: undefined symbol "count"

    Carbon.pwn(22710) : error 029: invalid expression, assumed zero

    Carbon.pwn(22710) : error 017: undefined symbol "cmd_rivalwar"

    Carbon.pwn(22710) : error 029: invalid expression, assumed zero

    Carbon.pwn(22710) : fatal error 107: too many error messages on one line

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

    7 Errors.[/pawn]

Lini/script: [pawn]    Line 13309 : for(new i = 0; i < MAX_TURF; i++)

    Line 15712: count ++;

    Line 15713: TurfID[count] = GangZoneCreate(TurfInfo[count][MinX],TurfInfo[count][MinY],TurfInfo[count][MaxX],TurfInfo[count][MaxY]);

    Line 15714: printf("ID:%d Own:%d Mnx:%f MnY:%f MxX:%f MxY:%f",count,TurfInfo[count][Owner],TurfInfo[count][MinX],TurfInfo[count][MinY],TurfInfo[count][MaxX],TurfInfo[count][MaxY]);

    Line 22710: CMD:rivalwar(playerid, params[])[/pawn]

Ai incercat sa rezolvi singur ?: Am cautat pe net dar fara folos ...

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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.