oscar-broman / samp-weapon-config

A more consistent and responsive damage system with many new features
Apache License 2.0
92 stars 84 forks source link

When updating the include I received the following error in the code #233

Closed MatheusAgL closed 2 years ago

MatheusAgL commented 2 years ago

When updating the include I received the following error in the code:

stock WC_CreateVehicle(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2, respawn_delay, addsiren = 0)
{
    new id = CreateVehicle(modelid, x, y, z, angle, color1, color2, respawn_delay, addsiren);

    if (0 < id < MAX_VEHICLES) {
        s_VehicleAlive[id] = true;
    }

    return id;
}