30.12.2018, 14:20
i have problem with this:
nex-ac.inc(1996) : warning 202: number of arguments does not match definition
nex-ac.inc(1996) : warning 202: number of arguments does not match definition
nex-ac.inc(7173) : error 025: function heading differs from prototype
line 1996:
new ac_pickupid = CreateDynamicPickup(modelid, type, x, y, z, worldid, interiorid, playerid, streamdistance, areaid, priority);
line 7173:
public OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Float:vel_z)
nex-ac.inc(1996) : warning 202: number of arguments does not match definition
nex-ac.inc(1996) : warning 202: number of arguments does not match definition
nex-ac.inc(7173) : error 025: function heading differs from prototype
line 1996:
new ac_pickupid = CreateDynamicPickup(modelid, type, x, y, z, worldid, interiorid, playerid, streamdistance, areaid, priority);
line 7173:
public OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Float:vel_z)