Why this dont work?
#4

Код:
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);
Try that, your format is messed up like crazy.
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)