Jump to content
  • 0

Erori PAWN


KAPSu

Question

[pawn]C:\Users\Andrei\Desktop\Godfather SRZ\pawno\include\JunkBuster.inc(69) : error 021: symbol already defined: "FALSE"

C:\Users\Andrei\Desktop\Godfather SRZ\pawno\include\JunkBuster.inc(70) : error 021: symbol already defined: "TRUE"

C:\Users\Andrei\Desktop\Godfather SRZ\pawno\include\JunkBuster.inc(3197) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckpoint")

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(121) : error 001: expected token: ";", but found "static"

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(1321) : warning 201: redefinition of constant/macro (symbol "COLOR_RED")

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55255) : error 017: undefined symbol "OnFly"

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55255) : warning 215: expression has no effect

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55255) : error 001: expected token: ";", but found "]"

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55255) : error 029: invalid expression, assumed zero

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55255) : fatal error 107: too many error messages on one line[/pawn]

Linia 121: static SetPlayerLookAt(playerid,Float:x,Float:y)

LInia 55255: if(!OnFly[playerid]) StartFly(playerid);

Cel din urma va fi cel dintâi.

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

C:\Users\Andrei\Desktop\Godfather SRZ\pawno\include\JunkBuster.inc(69) : error 021: symbol already defined: "FALSE"

C:\Users\Andrei\Desktop\Godfather SRZ\pawno\include\JunkBuster.inc(70) : error 021: symbol already defined: "TRUE"

Actualizeaza-ti junkbusterul.

Am observat ca mai este o problema ca ata, poate te ajuta: http://www.sa-mp.ro/forum/index.php?topic=23883.0

Rareori ne gândim la ceea ce avem, dar mereu la ceea ce ne lipseşte

Link to comment
Share on other sites

[pawn]C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(121) : error 001: expected token: ";", but found "static"

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(122) : error 055: start of function body without function header

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(124) : error 021: symbol already defined: "GetPlayerPos"

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(126) : error 010: invalid function or declaration

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(127) : error 010: invalid function or declaration

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(128) : error 010: invalid function or declaration

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(130) : error 010: invalid function or declaration

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(133) : error 010: invalid function or declaration

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55262) : error 017: undefined symbol "StartFly"

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55263) : error 017: undefined symbol "StopFly"

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(56838) : warning 203: symbol is never used: "Pa"

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(56838) : warning 203: symbol is never used: "Px"

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(56838) : warning 203: symbol is never used: "Py"

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(56838) : warning 203: symbol is never used: "boo"[/pawn]

Linia 121: static SetPlayerLookAt(playerid,Float:x,Float:y);

Linia 122: {

Linia 124: GetPlayerPos(playerid, Px, Py, Pa);

Linia 126: if (x <= Px && y >= Py) Pa = floatsub(180.0, Pa);

Linia 127: else if (x < Px && y < Py) Pa = floatadd(Pa, 180.0);

Linia 128: else if (x >= Px && y <= Py) Pa = floatsub(360.0, Pa);

Linia 130: if (Pa >= 360.0)

Linia 133: return;

Linia 55262: if(!OnFly[playerid]) StartFly(playerid);

Linia 55623: else StopFly(playerid);

Linia 56838: Nu exista ultima este 56837 :((

Cel din urma va fi cel dintâi.

Link to comment
Share on other sites

[pawn]C:\Users\Andrei\Desktop\Godfather SRZ\pawno\include\JunkBuster.inc(69) : error 021: symbol already defined: "FALSE"

C:\Users\Andrei\Desktop\Godfather SRZ\pawno\include\JunkBuster.inc(70) : error 021: symbol already defined: "TRUE"

C:\Users\Andrei\Desktop\Godfather SRZ\pawno\include\JunkBuster.inc(3197) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckpoint")

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55261) : error 017: undefined symbol "StartFly"

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55262) : error 017: undefined symbol "StopFly"[/pawn]

Linia 55261: if(!OnFly[playerid]) StartFly(playerid);

Linia 55262: else StopFly(playerid);

Cel din urma va fi cel dintâi.

Link to comment
Share on other sites

[pawn]C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55264) : error 012: invalid function call, not a valid address

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55264) : warning 215: expression has no effect

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55264) : error 001: expected token: ";", but found ")"

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55264) : error 029: invalid expression, assumed zero

C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55264) : fatal error 107: too many error messages on one line

[/pawn]

Linia 55264: if(!OnFly[playerid]) StartFly(playerid);

Cel din urma va fi cel dintâi.

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.