Insurance problem.
#2

Код:
stock GetInsuranceName(option)
{
	new insur[20];
	switch(option)
	{
		case 1: insur = "County General";
		case 2: insur = "All Saints";
		case 3: insur = "Montgomery";
		case 4: insur = "Fort Carson";
		case 5: insur = "San Fierro";
		case 6: insur = "Club VIP";
		case 7: insur = "Home Care";
		case 9: insur = "El Quebrados";
		case 10: insur = "SAAS Base Hospital";
		case 11: insur = "Las Venturas";
		case 12: insur = "Special Room";
		case 13: insur = "LAAS Base";
		case 14: insur = "Bayside";
		default: insur = "None";
	}
	return insur;
}
Reply


Messages In This Thread
Insurance problem. - by IndependentGaming - 30.06.2016, 19:48
Re: Insurance problem. - by Runn3R - 30.06.2016, 20:08
Re: Insurance problem. - by IndependentGaming - 30.06.2016, 20:15
Re: Insurance problem. - by IndependentGaming - 30.06.2016, 20:41
Re: Insurance problem. - by Stinged - 30.06.2016, 20:49
Re: Insurance problem. - by IndependentGaming - 30.06.2016, 20:57
Re: Insurance problem. - by Stinged - 30.06.2016, 21:03
Re: Insurance problem. - by IndependentGaming - 30.06.2016, 21:13
Re: Insurance problem. - by Stinged - 30.06.2016, 21:17
Re: Insurance problem. - by IndependentGaming - 30.06.2016, 21:18

Forum Jump:


Users browsing this thread: 3 Guest(s)