String array
#1

Hello I'm kinda ducking up here and I dunno why:

pawn Код:
new string[2][128];

format(string[1], sizeof(string[1]), "test");
        format(string[2], sizeof(string[2]), "test2");
Get these errors : (they are on the first format line)
Код:
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.
Reply


Messages In This Thread
String array - by thefatshizms - 01.10.2012, 18:48
Re: String array - by Red_Dragon. - 01.10.2012, 18:53
Re: String array - by thefatshizms - 01.10.2012, 19:06
Re: String array - by Vince - 01.10.2012, 19:10
Re: String array - by Red_Dragon. - 01.10.2012, 19:15
Re: String array - by thefatshizms - 01.10.2012, 20:28

Forum Jump:


Users browsing this thread: 1 Guest(s)