Vehicle engine problem
#1

I was create a new function for a vehicle engine

pawn Код:
forward SetVehicleEngine(vehicleid, status);
public SetVehicleEngine(vehicleid, status)
{
    new engine,lights,alarm,doors,bonnet,boot,objective;
    GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
    SetVehicleParamsEx(vehicleid, status, lights, alarm, doors, bonnet, boot, objective);
    vInfo[vehicleid][vEngine] = status;
    return 1;
}
When I compile, its not showing a error but when I try in my server.. it doesnt work. How to fix it
Reply


Messages In This Thread
Vehicle engine problem - by Xaviour212 - 20.04.2012, 05:35
Re: Vehicle engine problem - by Bogdan1992 - 20.04.2012, 05:49
Re: Vehicle engine problem - by Xaviour212 - 20.04.2012, 06:04

Forum Jump:


Users browsing this thread: 1 Guest(s)