PHP Code:
public OnMapStart()
{
PrecacheModel("models/props_industrial/barrel_fuel.mdl", true);
PrecacheModel("models/props_industrial/barrel_fuel_partb.mdl", true);
PrecacheModel("models/props_industrial/barrel_fuel_parta.mdl", true);
}
Also for lucas, You didn't teleport the barrel anywhere it's most likely at
0 0 0
And it's easier to create a command then to hook say.
Also at the top of the plugin you need
#include <sdktools>
__________________