Why this dont work?
#3

Okay:
Код:
				new Weapon[13][2];
				for(new X = 0; X < 13; X++)
				{
				    GetPlayerWeaponData(PlayerID,X,Weapon[X][0],Weapon[X][1]);
				}
				format(String,200,""WHITE">> Weapons: "DARK_WHITE"%i (%i), %i (%i), %i (%i), %i (%i), %i (%i), %i (%i), %i (%i), %i (%i), %i (%i), %i (%i), %i (%i), %i (%i), %i (%i).",Weapon[0][0],Weapon[0][1],Weapon[1][0],Weapon[1][1],Weapon[2][0],Weapon[2][1],Weapon[3][0],Weapon[3][1],Weapon[4][0],Weapon[4][1],Weapon[5][0],Weapon[5][1],Weapon[6][0],Weapon[6][1],Weapon[7][0],Weapon[7][1],Weapon[8][0],Weapon[8][1]Weapon[9][0],Weapon[9][1],Weapon[10][0],Weapon[10][1],Weapon[11][0],Weapon[11][1],
				Weapon[12][0],Weapon[12][1]);
                SendClientMessage(playerid,0,String);
And now
Quote:

C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(617) : error 001: expected token: ",", but found "-identifier-"
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(617) : warning 215: expression has no effect
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(617) : warning 215: expression has no effect
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(617) : warning 215: expression has no effect
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(617) : warning 215: expression has no effect
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(617) : warning 215: expression has no effect
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(617) : warning 215: expression has no effect
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(617 -- 61 : warning 215: expression has no effect
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(617 -- 61 : warning 215: expression has no effect
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(61 : error 001: expected token: ";", but found ")"
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(61 : error 029: invalid expression, assumed zero
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(61 : 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
Why this dont work? - by Prosettur - 02.07.2012, 19:50
Re: Why this dont work? - by ryan39 - 02.07.2012, 19:54
Re: Why this dont work? - by Prosettur - 02.07.2012, 19:54
Re: Why this dont work? - by ryan39 - 02.07.2012, 19:58
Re: Why this dont work? - by WagnerPM - 02.07.2012, 19:59
Re: Why this dont work? - by Prosettur - 02.07.2012, 20:00

Forum Jump:


Users browsing this thread: 1 Guest(s)