01.10.2012, 18:48
Hello I'm kinda ducking up here and I dunno why:
Get these errors : (they are on the first format line)
pawn Код:
new string[2][128];
format(string[1], sizeof(string[1]), "test");
format(string[2], sizeof(string[2]), "test2");
Код:
C:\Users\iphone\Desktop\SFCNR\Sfcnr Scripting\gamemodes\Sfcnr.pwn(4366) : error 001: expected token: "]", but found "-integer value-" C:\Users\iphone\Desktop\SFCNR\Sfcnr Scripting\gamemodes\Sfcnr.pwn(4366) : warning 215: expression has no effect C:\Users\iphone\Desktop\SFCNR\Sfcnr Scripting\gamemodes\Sfcnr.pwn(4366) : error 001: expected token: ";", but found "]" C:\Users\iphone\Desktop\SFCNR\Sfcnr Scripting\gamemodes\Sfcnr.pwn(4366) : error 029: invalid expression, assumed zero C:\Users\iphone\Desktop\SFCNR\Sfcnr Scripting\gamemodes\Sfcnr.pwn(4366) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.