Author Topic: COPS: Sahrani  (Read 3137 times)

0 Members and 1 Guest are viewing this topic.

Easy_tiger

  • Klass Klown
  • ***
  • Posts: 331
  • ArmA Anti-Christ
    • View Profile
Re: COPS: Sahrani
« Reply #15 on: January 08, 2008, 01:16:25 pm »
To rebuff Easy_tiger: if you're just learning, I'd say avoid .SQS and always work with .SQF since .SQS is being phased out.


True, but if someone has no programming experience then SQS syntax is simpler than the more formal SQF equivelent. 

Quote
which one overrides the other; sqs or sqf? i have both in my mission for init[.sqs] and [.sqf] and depending on what each one has in it my mission has the different options. when both are in, which one applies?

Neither, sqs scripts run interpreted code/commands, sqf functions are really meant to be complied and used as commands. For example you could make a script called "myAddWeapons.sqf", compile it and then use it your .sqs script file as "this myAddWeapons select 0".  Some ppl however have  started replacing their sqs scripts with sqf scripts as the syntax and grammar are similar to third generation languages like c++
« Last Edit: January 08, 2008, 01:23:03 pm by Easy_tiger »

szero

  • Cheater Apprentice
  • *
  • Posts: 18
    • View Profile
Re: COPS: Sahrani
« Reply #16 on: January 08, 2008, 11:12:48 pm »
try a small script which use:

deletevehicle bankflag_1; deletevehicle bankflag_2 ... ;)


thats what we do, just delete all the damn banks!!

capatalism will die!!
.::ACC::. Tha bad guy - ArmA Chaos Crew
www.arma-cheater.de.vu
impossible, incredible, invisible..

IllAssembly

  • Klass Klown
  • ***
  • Posts: 354
    • View Profile
Re: COPS: Sahrani
« Reply #17 on: January 09, 2008, 01:07:15 am »
dont be an idiot








[TKC]Wesker

  • ArmA's Most Wanted
  • The Central Committee
  • Master Heckler
  • *
  • Posts: 2209
  • The Illusive Man
    • View Profile
    • TKC Tube
Re: COPS: Sahrani
« Reply #18 on: January 09, 2008, 02:00:15 am »
thats what we do, just delete all the damn banks!!

capatalism will die!!
Lmao!

The Illusive Man

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Re: COPS: Sahrani
« Reply #19 on: January 09, 2008, 02:43:05 am »
Or cause some hyperinflation by spawning some money print object ;)
Heckling is an art, and game hacking a science.

ZOldDude

  • The Unknown Rank!
  • Administrator
  • MasstKer
  • *
  • Posts: 20874
  • Old School TKC
    • View Profile
    • Admin
Re: COPS: Sahrani
« Reply #20 on: January 09, 2008, 03:31:42 am »
Or cause some hyperinflation by spawning some money print object ;)
Can you put moeny in an ammo create?

*While we crash and burn, small, low tech, agrarian societies such as the Hmong in the mountains of Laos will continue on without so much as blinking an eye.*

szero

  • Cheater Apprentice
  • *
  • Posts: 18
    • View Profile
Re: COPS: Sahrani
« Reply #21 on: January 09, 2008, 03:50:24 pm »
well or search the var for the standart money and change it for everyone.. so all get 999999999 at every minute =)

i think its STARTKAPITAL = 8500 for startmoney and the var: add_civmoney = 200 or if you play as cop add_copmoney 2500

change this var to:

Code: [Select]
STARTKAPITAL=9999999999;
publicvariable "STARTKAPITAL";
add_civmoney=9999999999;
add_copmoney=9999999999;
publicvariable "add_civmoney";
publicvariable "add_copmoney";

so you can play sahrani war instead sahrani life.. xD



.::ACC::. Tha bad guy - ArmA Chaos Crew
www.arma-cheater.de.vu
impossible, incredible, invisible..

Easy_tiger

  • Klass Klown
  • ***
  • Posts: 331
  • ArmA Anti-Christ
    • View Profile
Re: COPS: Sahrani
« Reply #22 on: January 09, 2008, 04:51:11 pm »
its amazing how touchy ppl get when you give them loads of money  :icon_shifty



[TKC]Wesker

  • ArmA's Most Wanted
  • The Central Committee
  • Master Heckler
  • *
  • Posts: 2209
  • The Illusive Man
    • View Profile
    • TKC Tube
Re: COPS: Sahrani
« Reply #23 on: January 09, 2008, 05:12:42 pm »
its amazing how touchy ppl get when you give them loads of money  :icon_shifty
Yea, it's just like when you give everyone a high rank in Evo
Some people like it and some people are total kill joys that want the map restarted.
I bet them guys collect stamps and wear slippers.

The Illusive Man

Easy_tiger

  • Klass Klown
  • ***
  • Posts: 331
  • ArmA Anti-Christ
    • View Profile
Re: COPS: Sahrani
« Reply #24 on: January 09, 2008, 07:50:19 pm »
yea you just cant win can ya!

Well those killJoys have spurred me to make a start on my next SL scripts, appropriately named mugThem.sqs  & mugEveryone.sqs


I wonder if they'll moan more after they've been mugged  :icon_laugh

IllAssembly

  • Klass Klown
  • ***
  • Posts: 354
    • View Profile
Re: COPS: Sahrani
« Reply #25 on: January 11, 2008, 02:08:57 am »
ok, dumb question{off topic also but i dont care} and i really want an answer i dont have time to find out on my own.right now at least.               in arma, are the bmps actually amphibious? are any vehicles acutally amphibious?

raapi

  • Poptart
  • *
  • Posts: 5
    • View Profile
Re: COPS: Sahrani
« Reply #26 on: January 11, 2008, 02:19:04 am »
ok, dumb question{off topic also but i dont care} and i really want an answer i dont have time to find out on my own.right now at least.               in arma, are the bmps actually amphibious? are any vehicles acutally amphibious?

an off-topic answer: yes, the BMP, BMP-2 and M113 can swim (also in Arma): http://en.wikipedia.org/wiki/BMP-1

Frank P.

  • Heckler Apprentice
  • ****
  • Posts: 1011
  • Still J Day N*gga....
    • View Profile
Re: COPS: Sahrani
« Reply #27 on: January 11, 2008, 02:53:42 am »
its amazing how touchy ppl get when you give them loads of money  :icon_shifty
Yea, it's just like when you give everyone a high rank in Evo
Some people like it and some people are total kill joys that want the map restarted.
I bet them guys collect stamps and wear slippers.
Hey! I collect stamps and wear.... On second thought, Nevermind
« Last Edit: January 17, 2008, 11:51:06 am by Jahovus »
Being Australian is about driving in a German car to an Irish pub for a Belgian beer, and then travelling home, grabbing an Indian curry or a Turkish kebab on the way, to sit on Swedish furniture and watch American shows on a Japanese TV.

IllAssembly

  • Klass Klown
  • ***
  • Posts: 354
    • View Profile
Re: COPS: Sahrani
« Reply #28 on: January 11, 2008, 03:51:16 am »
lol i so never even thought about the fact that they are amphibious vehicles until last night and i think thats pretty sweet that they are in arma also, even though i expected it