Set fuel at veh respawn-
#1

How do i set fuel at vehicle respawn?
Reply
#2

pawn Код:
public OnVehicleSpawn(vehicleid)
{
    Fuel[vehicleid] = fuelamount;
    return 1;
}
Entirely an example, read more here:
https://sampwiki.blast.hk/wiki/OnVehicleSpawn
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)