Jump to content
  • 0

erori


gabyskm96

Question

sall all am si eu niste probleme cu gm vreau sa stiu de ce imi da erorile astea dupa ce il modific si ii dau f5 [pawn]C:\DOCUME~1\Gaby\Desktop\furios.pwn(236) : warning 201: redefinition of constant/macro (symbol "COLOR_15th")

C:\DOCUME~1\Gaby\Desktop\furios.pwn(10990) : warning 209: function "JB_OnPlayerConnect" should return a value

C:\DOCUME~1\Gaby\Desktop\furios.pwn(32845) : error 021: symbol already defined: "strtok"

C:\DOCUME~1\Gaby\Desktop\furios.pwn(32860) : error 047: array sizes do not match, or destination array is too small

C:\DOCUME~1\Gaby\Desktop\furios.pwn(44871) : error 047: array sizes do not match, or destination array is too small

C:\DOCUME~1\Gaby\Desktop\furios.pwn(45416) : error 047: array sizes do not match, or destination array is too small

C:\DOCUME~1\Gaby\Desktop\furios.pwn(45749) : error 047: array sizes do not match, or destination array is too small

C:\DOCUME~1\Gaby\Desktop\furios.pwn(47504) : warning 217: loose indentation

C:\DOCUME~1\Gaby\Desktop\furios.pwn(50307) : warning 202: number of arguments does not match definition

C:\DOCUME~1\Gaby\Desktop\furios.pwn(50307) : warning 202: number of arguments does not match definition

C:\DOCUME~1\Gaby\Desktop\furios.pwn(64828) : warning 219: local variable "div" shadows a variable at a preceding level

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

5 Errors.

[/pawn] si cum as putea sa le rezolv. Multumesc din suflet!

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

Arata liniile.

Tu doar dupa linii te poti uita nu si dupa ce zic erorile ?

COLOR_15th se mai afla inca o data in GM

strtok este definit de 2 ori

callback OnPlayerConnect tre sa returneze o valoare ( return 1 )

div se mai afla inca o data in gm

warning 217: loose indentation #pragma tabsize 0 chiar daca iti ascunde loose indentation xD

arata liniile celelalte xD

idiots.png
Link to comment
Share on other sites

va multumesc!! cu ajutorul raspunsurilor voastre  am rezolvat!! dar mai am 3 warings : [pawn]C:\DOCUME~1\Gaby\Desktop\BESTGA~1.0-R\GAMEMO~1\furios.pwn(4797) : warning 202: number of arguments does not match definition

C:\DOCUME~1\Gaby\Desktop\BESTGA~1.0-R\GAMEMO~1\furios.pwn(10855) : warning 204: symbol is assigned a value that is never used: "TimeTimer"

C:\DOCUME~1\Gaby\Desktop\BESTGA~1.0-R\GAMEMO~1\furios.pwn(10855 -- 48930) : warning 203: symbol is never used: "gCopPlayerSpawns"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size:          10896 bytes

Code size:          2152004 bytes

Data size:          7610380 bytes

Stack/heap size:      16384 bytes; estimated max. usage=5668 cells (22672 bytes)

Total requirements: 9789664 bytes

3 Warnings.

[/pawn] va pun si linile imediat

Link to comment
Share on other sites

SetPlayerPos(playerid, 1529.5503,-1666.2761,5.7886, 268.8874);

Tu ai 4 coordonate .

X , Y, Z Si Angle xD .

SetPlayerPos( playerid , X , Y, Z );

Daca vrei si angle neaparat pui

SetPlayerFancingAngle( playerid, 268.8874 );

Sau ceva de genu , mereu ma incurc la aceasta "functie"

Corect e

SetPlayerPos(playerid, 1529.5503,-1666.2761,5.7886);

idiots.png
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.