23.05.2015, 14:17
Konstantinos I have two different functions beacuse of the command and of the speedometer.
Some vehicles has spaces in their names and for the cmd I am using VehicleNamesEx where I have changet the spaces with dots
EDIT: this foreach is not from ******. I made a define for it:
Sorry for my bad English
Some vehicles has spaces in their names and for the cmd I am using VehicleNamesEx where I have changet the spaces with dots
EDIT: this foreach is not from ******. I made a define for it:
Код:
#define foreach(%1,%2) for(new %1 = 0; %1 < %2; %1++)