31.03.2013, 12:36
Hello, I have a problem with cars from factions ... I cannot get to drive them ... but going to get into it when I press "G"... sorry for my bad english...
for(new veh = 1; veh < MAX_VEHICLES; veh++)
{
if(IsValidVehicle(veh))
{
SetVehicleParamsEx(veh,false,false,false,false,false,false,false);
}
}