Need Help. -
pawn Код:
C:\Documents and Settings\Ironboy\My Documents\Downloads\fuel.pwn(165) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Documents and Settings\Ironboy\My Documents\Downloads\fuel.pwn(166) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Documents and Settings\Ironboy\My Documents\Downloads\fuel.pwn(167) : error 017: undefined symbol "SetVehicleParamsEx"
Re: Need Help. -
Код:
native SetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
native GetVehicleParamsEx(vehicleid, &engine, &lights, &alarm, &doors, &bonnet, &boot, &objective);
Re: Need Help. -