09.03.2010, 17:33
Hey guys, I've got a question, for example:
This all works etc, but how do I pick them?
I mean like:
Sorry for explaining this a bit vague but I need help with this. Thanks.
Код:
#define MAX_AIRPORTS 2
new Float:Airfields[MAX_AIRPORTS][2] = {
{1471.412, 1483.09},
{1751.681, -2464.032}
};
I mean like:
Код:
if(TheFirstAirfield == 1)
{
......

