Coder Social home page Coder Social logo

open-vehicle-plus's People

Contributors

drizzyz avatar emmett-white avatar iamjexcdevvv avatar ljub1sa avatar medzvel avatar mergevos avatar omcho420 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

open-vehicle-plus's Issues

Symbol never used warnings

I just wanna report this warning after compiling can you please fix this? cuz its annoying

warning 203: symbol is never used: "_yT@__Vehicle_DistanceTravelled"
warning 203: symbol is never used: "_yT@__Vehicle_HealthTrack"

spawning exact vehicle model ?

On sa-mp 0.3x i recall issues with having no control over which variant is spawning.

I asked on the sa-mp discord if there was any way to control this but that thread has remained unanswered for 2 weeks.

Specifically, the ZR350 may spawn with a rear spoiler, or it may not, it's random.
There are a handful of vehicles that have this feature but none-the-less I'd like to have control over this.

Door states.

As the doors' states are implemented, the functions for improving expereience with them, allowing you to remove or make the particular door damaged should be improved.

The example would be this:

Vehicle_SetDoorsHealthState(vehicleid, VehicleDoor_Tag: door, state)

Bumpers

I'm trying recognize the vehicle bumpers with the" Vehicle_GetPanelsCondition", the system recognizes the front bumper as a back bumper, the back bumper doesn't even recognize.

CMD:test(playerid, params[])
{
    new VEHICLE_PANELS_CONDITION: front_left, VEHICLE_PANELS_CONDITION: front_right, VEHICLE_PANELS_CONDITION: back_left, VEHICLE_PANELS_CONDITION: back_right, VEHICLE_PANELS_CONDITION: front_bumper, VEHICLE_PANELS_CONDITION: back_bumper, VEHICLE_PANELS_CONDITION: windshield;

    Vehicle_GetPanelsCondition(GetPlayerVehicleID(playerid), front_left, front_right, back_left, back_right, front_bumper, back_bumper, windshield);

    SendClientMessage(playerid, -1, "front_bumper: %d | back_bumper: %d", front_bumper, back_bumper);

    return 1;
}

Screens, logs:
sa-mp-009
[18:27:55] front_bumper: 0 | back_bumper: 2
sa-mp-010
[18:28:25] front_bumper: 0 | back_bumper: 3
sa-mp-011
18:28:42] front_bumper: 0 | back_bumper: 3

Tire states

Implement tire states via this example:

Vehicle_SetTireState(vehicleid, TireState_Tag: status)

enum TireState_Tag {
popped,
nonpopped
};

Wrong argument name

There is a mistakes on your code on line 1792 its supposed to be IsValidVehicle(vehicleid) not IsValidVehicle(id)

vehicle_plus.inc(1792) : error 017: undefined symbol "id"; did you mean "I@"?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.