24.03.2017, 10:18
help me please
this my stock
this my stock
PHP код:
stock ForTaxiJob(vehicleid)
{
switch(GetVehicleModel(vehicleid))
{
case 420,438: return 1;
}
return 0;
}