[Include] Car Weapon switch (QElike)
#5

If compiler occurs error for undefined symbol getweaponslot, add this into stocks (solidfiles are currently down, then i will reupload inc)
Код:
stock GetWeaponSlot(model)
		{
		    switch(model)
			     {
					case 16..18: return 8;
					case 22..24: return 2;
					case 25..27: return 3;
					case 28,29,32: return 4;
					case 30,31: return 5;
					case 33,34: return 6;
					case 35,38: return 7;
					case 36: return 6;
					case 19: return 5;
					case 20: return 3;
					case 21: return 2;
			      }
			      return -1;
}
//Stock added to include, don't worry now
Reply


Messages In This Thread
Car Weapon switch (QElike) - by Mmartin - 01.04.2011, 11:52
Re: Car Weapon switch (QElike) - by Cypress - 01.04.2011, 12:26
Re: Car Weapon switch (QElike) - by Mmartin - 01.04.2011, 12:28
Re: Car Weapon switch (QElike) - by BASITJALIL - 01.04.2011, 12:49
Re: Car Weapon switch (QElike) - by Mmartin - 01.04.2011, 12:52
AW: Car Weapon switch (QElike) - by Meta - 01.04.2011, 13:02
Re: Car Weapon switch (QElike) - by Mmartin - 01.04.2011, 13:38
Re: Car Weapon switch (QElike) - by Venice - 01.04.2011, 13:42
Re: Car Weapon switch (QElike) - by Mmartin - 01.04.2011, 13:46
Re: Car Weapon switch (QElike) - by Mmartin - 01.04.2011, 14:48

Forum Jump:


Users browsing this thread: 1 Guest(s)