17.02.2017, 20:18
hey guys i have a glich on my server my civil cars are locked seccond time when you want to get in i added vehicle params and setted to locked doors to 0 and a timer to make the doors open every seccond .. but still didn't work
Код HTML:
function IsACivCar(vehicleid)
{
for(new i = 0; i < sizeof(civcar); i++)
{
SetVehicleParamsEx(vehicleid,engine,lights,alarm,0,bonnet,boot,objective);
if(vehicleid == civcar[i]) return 1;
}
return 0;
}

