Tag mismatch some please qucikly help.
#3

Код:
new msg[32];
for(new i = 0;i<13;i++)
{
	new weapon,ammo;
	format(msg,sizeof msg,"gun_%i",i);
	GetPlayerWeaponData(playerid,i,weapon,ammo);
	SetPVarInt(playerid,msg,weapon);
	format(msg,sizeof msg,"ammo_%i",i);
	SetPVarInt(playerid,msg,ammo);
}
Reply


Messages In This Thread
Tag mismatch some please qucikly help. - by Cem - 17.05.2010, 10:14
Re: Tag mismatch some please qucikly help. - by cessil - 17.05.2010, 10:24
Re: Tag mismatch some please qucikly help. - by BlackFoX - 17.05.2010, 10:27

Forum Jump:


Users browsing this thread: 1 Guest(s)