Jump to content
  • 0

Problema la compilare


Rio

Question

(29) : warning 201: redefinition of constant/macro (symbol "MAX_STRING")
(120) : warning 201: redefinition of constant/macro (symbol "DIALOG_STYLE_PASSWORD")
(1335) : error 021: symbol already defined: "Time"
(4866) : error 076: syntax error in the expression, or invalid function call
(16282) : error 021: symbol already defined: "strtok"
(16297) : error 047: array sizes do not match, or destination array is too small
(18138) : error 047: array sizes do not match, or destination array is too small
(18191) : error 047: array sizes do not match, or destination array is too small
(18199) : error 047: array sizes do not match, or destination array is too small
(18220) : error 047: array sizes do not match, or destination array is too small
(18311) : error 047: array sizes do not match, or destination array is too small
(18385) : error 047: array sizes do not match, or destination array is too small
(18411) : error 047: array sizes do not match, or destination array is too small
(18437) : error 047: array sizes do not match, or destination array is too small
(18489) : error 047: array sizes do not match, or destination array is too small
18564) : error 047: array sizes do not match, or destination array is too small
(18573) : error 047: array sizes do not match, or destination array is too small
(18645) : error 047: array sizes do not match, or destination array is too small
(18771) : error 047: array sizes do not match, or destination array is too small
(18880) : error 047: array sizes do not match, or destination array is too small
(18890) : error 047: array sizes do not match, or destination array is too small
(18892) : error 047: array sizes do not match, or destination array is too small
(19151) : error 047: array sizes do not match, or destination array is too small
(19241) : error 047: array sizes do not match, or destination array is too small
(19251) : error 047: array sizes do not match, or destination array is too small
(19281) : error 047: array sizes do not match, or destination array is too small
19342) : error 047: array sizes do not match, or destination array is too small
(19352) : error 047: array sizes do not match, or destination array is too small

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.

acestea sunt erorile

16282

[pawn]strtok(const string[], &index)

{

new length = strlen(string);

while ((index < length) && (string[index] <= ' '))

{

index++;

}[/pawn]

30666

[pawn]new mod = 100;[/pawn]

19241

[pawn]  x_nr = strtok(cmdtext, idx);[/pawn]

Si toate erorile sunt cam lafel..

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

Am mai rezolvat din erori , acuma imi dau astea

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(120) : warning 201: redefinition of constant/macro (symbol "DIALOG_STYLE_PASSWORD")

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(30645) : warning 219: local variable "mod" shadows a variable at a preceding level

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(58941) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(58951) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59070) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59081) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59101) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59108) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59154) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59165) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59185) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59192) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59253) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(60322) : warning 203: symbol is never used: "HouseInterior"

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(60322) : warning 203: symbol is never used: "RandomRob"

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(60322) : warning 203: symbol is never used: "RandomTow"

C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(60322) : warning 203: symbol is never used: "gGotoHouseInt"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Liniile sunt identice cu asta

[pawn] new race_name[256],templine[128];

format(race_name,sizeof(race_name), "%s.yr",tmp);

if(!fexist(race_name))

{

format(ystring,sizeof(ystring), "The race \"%s\" doesn't exist.",tmp);

SendClientMessage(playerid, COLOR_RED, ystring);

return 1;

}[/pawn]

warningurile le rezolv eu dar erorile nu stiu cum , am schimbat valorile si tot aia

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.