Jump to content

Question

Posted

[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.

9 answers to this question

Recommended Posts

Posted

La prima ai uitat sa pui ;

SetPlayerLookAt(playerid,Float:x,Float:y);

Iar la a doua pui la inceputul gamemodulu new OnFly[MAX_PLAYERS];

 

1859311972_BANNER-GIREADAcopy-min.thumb.png.48e5e420ae2185dce5b244965a1d2601.png

 

Posted

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

Posted

[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.

Posted

[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.

Posted

new StartFly[MAX_PLAYERS];

new StopFly[MAX_PLAYERS];

Credeam ca ai invatat de la primul meu post ce inseamna eroarea aia.

 

1859311972_BANNER-GIREADAcopy-min.thumb.png.48e5e420ae2185dce5b244965a1d2601.png

 

Posted

[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.

Posted

Scuze am incurcat functiile. Alea trebuie pus din gamemode de undeva sau filescript

 

1859311972_BANNER-GIREADAcopy-min.thumb.png.48e5e420ae2185dce5b244965a1d2601.png

 

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.