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

"Page not found."
:(

EDIT: Nvm, it didn't work on Firefox, but the link works on IE. :)
strange...

"Page not found."
:(

EDIT: Nvm, it didn't work on Firefox, but the link works on IE. :)
i got IE it no work :((((((((((((((((

"Page not found."
:(

EDIT: Nvm, it didn't work on Firefox, but the link works on IE. :)
Use internet explorer! will work with it!


strange! worked in me! maybe is youre firewall or... a problem open the site

Use internet explorer! will work with it!
IE is internet explorer

oh shut up! i am not a from England!
Wtf?  Did I ever say you were?  Get out.

Oh i see, you are good at translating noob language :)
I'm not very good at it.
oh shut up! i am not a from England!
Please enlighten me on how the hell you got anything about England from what he said.

CC
I love the copter but it should rise steadily instead of jumping up like that.
« Last Edit: August 16, 2009, 09:29:54 PM by JJA0 »

Yay Ghost, you finally released the "Sea Copter" I had fun beta testing it with you :3 (Its Jeepa Da Creepa :D)


You're welcome.
Re: GSF Add-Ons [SeaCopter Released!]

Your not supposed to change that >.>




Should fix up your add-ons before release.
mingsfseacopterSpeed isn't defined
Code: [Select]
function gsfseacopterCheck(%obj)
{
// return;
if(!isObject(%obj))
return;

%speed = vectorLen(%obj.getVelocity());
if(%speed < %obj.dataBlock.mingsfseacopterSpeed)
{
if(%obj.getMountedImage(3) !$= "")
{
%obj.unMountImage(2);
}
}
else
{
if(%obj.getMountedImage(3) $= 0)
{
%obj.mountImage(gsfseacopterImage1,2);
}
}


schedule(2000,0,"gsfseacopterCheck",%obj);
}