Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Falcon on October 18, 2003, 06:26:10 pm
-
I'd like to see a flag that allows players to contol cruisers, destroyer, etc...
Sure you can put player deafult in their flags but when you use them their turrets are inactive, and when putting turret-free-all or beam-free-all on yourself it does not work. :(
No use placing player-allowed flags in wepons list for beams or flaks.
I guess it has something to do with the cruiser, destroyer flags that it is not configured for player usage.:confused:
-
LOAD "Stick" Var1
LOAD "Dead Horse" Var2
FUNC Beat Var2 Var1
-
lol
bool beatDeadHorse(stick stick, horse MrEd) {
MrEd.Health = MrEd.Health - stick.damage;
if(MrEd.Health <= 0)
return true;
if(MrEd.Health > 0)
return false;
}
When ran:
beatDeadHorse returned true!
:lol:
Search is your friend.
-
Programmer humour rulez us code-illiterate lamerz :nod:
-
th4t'5 b3c4u5e w3 ar3 l33t h4x0rz!!!!!!!
In all seriousness though, no offense intended. Please do search though before posting a feature request.
-
Actually, it won't even compile, because the type name 'stick' is illegally used as a variable. :nod:
Falcon: People have been able to fly capships successfully before. Search around, or peruse karajorma's FAQ.
-
Originally posted by Goober5000
Actually, it won't even compile, because the type name 'stick' is illegally used as a variable. :nod:
i wanted to say that, but im not that anal :D :p
-
stick someStick
-
Originally posted by Goober5000
Falcon: People have been able to fly capships successfully before. Search around, or peruse karajorma's FAQ.
Don't think that one is actually in there. If not I guess it should be added though :)
-
Thanks.
[ Holds a funeral for Mr. Ed ] :(
*Now all we need is some funeral music :D*
-
I having a hard time remembering to use the search engine.
Probably cause a can't see it.
[changes resolution]
much better:D
-
I can't find what I'm looking for. A little help?
-
Look in the Modding forum?