Exaust Fire

Započeo devster
27. Jul 2023.
1,509
pregleda
2
postova
realnaith
5
Crime Lord
27. Jul 2023.
Tip: Include
Slike ili Video: //
Opis i dodatne informacije: //
Download link: //
Scan link: //
Credits: realnaith

/*
* Exaust Fire Include
* Author:
* Version: 1.0
*/

#define MAX_EXHAUSTS 10

new Float:exhaustOffsets =
{
    {0.0, -1.5, -1.0},
    {0.0, -1.5, -1.0},
    {0.0, 1.5, -1.0},
    {0.0, 1.5, -1.0}
};

stock CreateExhaustFlame(vehicleid)
{
    if (!IsValidVehicle(vehicleid)) return;

    for (new i = 0; i < MAX_EXHAUSTS; i++)
    {
        new Float:pos, Float:rot;
        GetVehiclePos(vehicleid, pos, pos, pos);
        GetVehicleZAngle(vehicleid, rot, rot, rot);

        pos += exhaustOffsets;
        pos += exhaustOffsets;
        pos += exhaustOffsets;

       
        new flameObject = CreateObject(18694, pos, pos, pos, rot, rot, rot);
        AttachObjectToVehicle(vehicleid, flameObject, pos, pos, pos, rot, rot, rot);
    }
}
ivanboskic
4
Shot Caller
28. Jul 2023.
Odlicno

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha