11.12.2014, 11:49
How to make stock for
i want to use
like:
Код:
if(vehicleid == CopVeh || vehicleid == CopVeh2 || vehicleid == CopVeh3 || vehicleid == CopVeh4 || vehicleid == CopVeh5 || vehicleid == CopVeh6 || vehicleid == CopVeh7 || vehicleid == CopVeh8 || vehicleid == CopVeh9 || vehicleid == CopVeh10 || vehicleid == CopVeh11)
Код:
if(vehicleid == CopVehs)
Код:
stock vAutoskola(carid) { for(new iIdx = 0; iIdx < sizeof(AutoSkola); iIdx++) { if (AutoSkola[iIdx] == carid) return 1; } return 0; }