12.08.2012, 21:17
PHP код:
new vehicleid;
new lights,alarm,doors,bonnet,boot,objective;
if(GetVehicleParamsEx(vehicleid,0,lights,alarm,doors,bonnet,boot,objective))
{
SetVehicleParamsEx(vehicleid,1,lights,alarm,doors,bonnet,boot,objective);
}
Just wanted to sure that would this work,if not just please fix this for me.
ThAnks!