Author Topic: Ship flags.  (Read 2278 times)

0 Members and 1 Guest are viewing this topic.

Offline Falcon

  • 29
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:

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
Code: [Select]

LOAD "Stick" Var1
LOAD "Dead Horse" Var2
FUNC Beat Var2 Var1
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline Sticks

  • 29
lol

Code: [Select]

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:
 
Code: [Select]
beatDeadHorse returned true!

:lol:

Search is your friend.
"Napalm is good as a quickfire solution, literally..." -- cngn

"Shh... [Kazan's] schizophrenia allows him to multitask." -- Goober5000

Why am I still coding at 12:35am?

SCP: Templum sanctus ingeniosus

 

Offline diamondgeezer

Programmer humour rulez us code-illiterate lamerz :nod:

 

Offline Sticks

  • 29
th4t'5 b3c4u5e w3 ar3 l33t h4x0rz!!!!!!!

In all seriousness though, no offense intended. Please do search though before posting a feature request.
"Napalm is good as a quickfire solution, literally..." -- cngn

"Shh... [Kazan's] schizophrenia allows him to multitask." -- Goober5000

Why am I still coding at 12:35am?

SCP: Templum sanctus ingeniosus

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
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.

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Quote
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
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
stick someStick
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Quote
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 :)
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline Falcon

  • 29
Thanks.

[ Holds a funeral for Mr. Ed ] :(
*Now all we need is some funeral music :D*

 

Offline Falcon

  • 29
I having a hard time remembering to use the search engine.
Probably cause a can't see it.
[changes resolution]
much better:D

 

Offline Falcon

  • 29
I can't find what I'm looking for. A little help?

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Look in the Modding forum?
-C