showing different prices
#3

Код:
enum kurjeriups
{
	Name,
	Price1,
	Price2
};

new KurjeriuPasikrovimas[kurjeriups][] =
{
	{ "El. Prekės", 		6500,		9750  }, // ribota
	{ "Maisto prekės", 		3600,		5400  },
	{ "Drabužiai",	 		2680,		4020  },
	{ "Alkoholiniai gėrimai", 	1800,		2700  },
	{ "Automobilių dalys", 		2580,		5160  },
	{ "Vaistai", 			6800,		10200 }  // ribota
};
That's for example.
Reply


Messages In This Thread
showing different prices - by rOps - 09.11.2016, 12:20
Re: showing different prices - by Konstantinos - 09.11.2016, 12:31
Re: showing different prices - by justice96 - 09.11.2016, 12:33
Re: showing different prices - by rOps - 09.11.2016, 12:37
Re: showing different prices - by Konstantinos - 09.11.2016, 12:53

Forum Jump:


Users browsing this thread: 2 Guest(s)