Quote:
Originally Posted by [FU]Victious
pawn Код:
#define VEHICLE_PARAMS_UNSET -1 #define VEHICLE_PARAMS_OFF 0 #define VEHICLE_PARAMS_ON 1
native SetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective); native GetVehicleParamsEx(vehicleid, &engine, &lights, &alarm, &doors, &bonnet, &boot, &objective);
|
It is for some reason saying it is already defined even though I search through my Script and found none..
EDIT: Found out why..