26.01.2015, 18:42
(
Последний раз редактировалось Sime30; 27.01.2015 в 15:24.
)
Hi guys!
I made a fuel system , but it's not working for vehicles spawned with commands, only works for vehicles added on Init.
Regards!
I made a fuel system , but it's not working for vehicles spawned with commands, only works for vehicles added on Init.
pawn Код:
forward FuelAndSync();
public FuelAndSync()
{
for(new i = 0; i < MAX_VEHICLES;i++) // I believe it's this thing here.
{
if(GetVehicleModel(i))
{