Poll

What payment do you want in what game?

Gold
8 (53.3%)
Tix
0 (0%)
Just credit
3 (20%)
Nothing
1 (6.7%)
I'M DONT LIKE BIEING WHYINEY!
3 (20%)

Total Members Voted: 1

Author Topic: HIREING SCRIPTERS!!!  (Read 4042 times)

Look here guys, I didnt post this tred to start a flame war, that is why I told you to Pm me! please Pm me if you can! oh, no more flames or ill lock.

EA GAMES.
-Stealing everything.

EA GAMES.
-Stealing everything.
Who or what the heak is EA GAmes?


And EA is bad because....?

I demand payment of physical currency before helping. It's that or go without.

Hai I need a guy that does work for me so I can gain respect at the forums.

I would like a ten dollars for every line written in the console.

Code: (Torque) [Select]
for(%line = 0; ; %line++) {

%money = 0;
%money++;
echo("This is line "@ %line @". You now owe me "@ %money @"!");

}

« Last Edit: January 06, 2009, 08:49:49 PM by Kalphiter »

I would like a dollar for every line written in the console.

Code: (Torque) [Select]
for(%line = 0; ; %line++) {

%money = 0;
%money++;
echo("This is line "@ %line @". You now owe me "@ %money @"!");

}


Your code would not add up how much money they owe you as you set money to zero, then increment it to 1, every time it goes throught the loop.

I would like a dollar for every line written in the console.

Code: (Torque) [Select]
for(%line = 0; ; %line++) {

%money = 0;
%money++;
echo("This is line "@ %line @". You now owe me "@ %money @"!");

}

Fail.

Code: [Select]
while(true)
{
%money++;
echo("This is line "@%money@". You now owe me $"@ %money @"!");
}

Code: (Torque) [Select]
%line = 0;
%money = 0;

for(; ; %line++) {

%money += 10;
echo("This is line "@ %line @". You now owe me "@ %money @"!");

}


Code: [Select]
while(true)
{
%line++;
%money+=100;
echo("This is line "@%line@". You now owe me $"@ %money @"!");
}

Code: [Select]
while(true)
{
%line++;
%money+=100;
echo("This is line "@%line@". You now owe me $"@ %money @"!");
}
I'm more comfortable with for loops.


Code: [Select]
Vars;
Bumper int;

While(RxImput==0)
{
   If(Rximput(7)==1;
   {
      while(1==1)
      {
         Getdigitalimput Bumpercontrol("bumper",6);
         If(Bumper==0)
        {
           Givemoney("General Omega",'300');
        }
        else
       {
           Beatup();
       }
   }
}
I only know robotic coding...
« Last Edit: January 07, 2009, 08:42:43 AM by General Omega »