11.12.2016, 06:29
Yes, whether my title is expressing or not let me tell you my problem..
I have arranged arrays like this
And now how can I call this 2 variable in one arrary for example
Now tell how to call the 2 variable in one.
I have arranged arrays like this
PHP код:
new veh[2] =
{ 400, 401 };
PHP код:
if(GetVehicleModel(vmodel) == veh[2]) //the veh[2] will call only the number 401