Author Topic: GSF Add-Ons [Carrier's Out!]  (Read 252505 times)

oh wow i just realised each and every one of these boats have missing .cs's...

// support stuff for the stunt plane vehicle
exec("./biplane_TireSpring.cs"); <<< ERROR
exec("./biplane_Explosion.cs"); <<< ERROR
exec("./biplane_FinalExplosion.cs"); <<< ERROR

//we need the jeep add-on for this, so force it to load
%error = ForceRequiredAddOn("Vehicle_Jeep");

if(%error == $Error::AddOn_Disabled)
{
   //A bit of a hack:
   //  we just forced the jeep to load, but the user had it disabled
   //  so lets make it so they can't select it
   JeepVehicle.uiName = "";

of course there gonna have errors! silly ghost
}

if(%error == $Error::AddOn_NotFound)
{
   //we don't have the jeep, so we're screwed
   error("ERROR: Vehicle_Biplane - required add-on Vehicle_Jeep not found");
}
else
{
   exec("./Vehicle_GSF_SailBoat.cs");
}

you dont know much about making vehicles do you ghost ^_^
Not to mention the wheel errors.

Why aren't these on RTB?

Why aren't these on RTB?
They need to be fixed, which I'll work on tomorrow, then I'll upload them to RTB. I didn't want to release them yet, but I had to keep my word to release them with the map.

oh wow i just realised each and every one of these boats have missing .cs's...
-
you dont know much about making vehicles do you ghost ^_^
lol I knew that was coming. It's not my incompetence, it's that I had to rush them.

Not to mention the wheel errors.
and where does the part about the stunt plane come from o.o
EDIT: haha even the Description isnt right

Title: Biplane
Author: Kaje
An old fashioned biplane.

you also need to add all the planes from the airport and the limos and humvee.


everything is broken lol


This thread is changing even the biggest headed players into bumbling buffoons. :D Seeing a beach ball picture was the highlight of my day.


NOOOOO

I got errors for the sailboat pole, crap.

finally some DECENT boats, let's hope these ones don't fly up in the air when it spawns in water.

finally some DECENT boats, let's hope these ones don't fly up in the air when it spawns in water.
it still flys if spawned underwater, but in gsf paradise it just rests at the bottom  XD due to water ending before it hits sea floor
It doesnt fly as much but it does jump from what ive tried.


I'd like to see how he did these boats...