StaticVehicles Spawning with no fuel
#1

Hey all!

JW anyway to make vehicles spawn with fuel?

Код HTML:
AddStaticVehicle(519,4234.0430,-493.9291,11.7789,179.3983,75,118); // shamal
Reply
#2

pawn Код:
public OnVehicleSpawn(vehicleid)
{
    //SetFuel 100 or something like that here
    return 1;
}
Reply
#3

So just write

//SetFuel 100 ?
Reply
#4

What gamemode you use?
Reply
#5

Quote:
Originally Posted by XtremeR
Посмотреть сообщение
pawn Код:
public OnVehicleSpawn(vehicleid)
{
    //SetFuel 100 or something like that here
    return 1;
}
OnVehicleSpawn does not get called at first instantiation. It is being called when a vehicle respawns.
Reply
#6

PPC_Trucking,
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)