Armed body not working well
#4

Perhaps your missing
Код:
stock GetWeaponModel(weaponid)
{
	switch(weaponid)
	{
	    case 1:
	        return 331;

		case 2..8:
		    return weaponid+331;

                case 9:
		    return 341;

		case 10..15:
			return weaponid+311;

		case 16..18:
		    return weaponid+326;

		case 22..29:
		    return weaponid+324;

		case 30,31:
		    return weaponid+325;

		case 32:
		    return 372;

		case 33..45:
		    return weaponid+324;

		case 46:
		    return 371;
	}
	return 0;
}
Sourced from here
Reply


Messages In This Thread
Armed body not working well - by pedrotvr - 08.01.2017, 08:27
Re: Armed body not working well - by pedrotvr - 08.01.2017, 22:28
Re: Armed body not working well - by pedrotvr - 10.01.2017, 19:09
Re: Armed body not working well - by Stones - 10.01.2017, 19:25
Re: Armed body not working well - by pedrotvr - 11.01.2017, 20:29
Re: Armed body not working well - by pedrotvr - 13.01.2017, 07:30
Re: Armed body not working well - by pedrotvr - 16.01.2017, 07:49
Re: Armed body not working well - by pedrotvr - 19.01.2017, 03:43
Re: Armed body not working well - by Sew_Sumi - 19.01.2017, 03:58
Re: Armed body not working well - by pedrotvr - 22.01.2017, 01:55

Forum Jump:


Users browsing this thread: 1 Guest(s)