Započeo devster
•27. Jul 2023.Exaust Fire
1,552
pregleda
2
postova
Crime Lord
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
869
Postovi:
20
Teme:
Pridružio se:Jan. 2023
27. Jul 2023.
Tip: Include
Slike ili Video: //
Opis i dodatne informacije: //
Download link: //
Scan link: //
Credits: realnaith
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);
}
}
Shot Caller
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
136
Postovi:
14
Teme:
Pridružio se:Jul 2023
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava