Author Topic: How can I make $500?  (Read 2207 times)



Sucking richards at the end of the streets

int money = 0;
while (money != 500)
    money++;
return money;

player.additem 0000000f 500

player.additem 0000000f 500
Lol you can just put "f"
Good reference though

Get a job?

Every one of these topics result in the OP realizing there is no get rich quick scheme and then not finding a job.


I heard prostitution gets you a lot of money.

Or you can actually get a job like mowing lawns.

Sell ass on corner
Mucho profit

get a job...
how can you seriously ask this question

get a job...
how can you seriously ask this question
Because most people nowadays can't think out the most simplest of questions without the assistance of a lego forum.

Because most people nowadays can't think out the most simplest of questions without the assistance of a lego forum.
How do I tie my shoes?

onactivate>client>incscore>500

echo(%client.money);
if(%client.money = 0)
{
 %client.money += 500;
}
else(%client.money >= 500)
{
 echo(You already have enough money!);
}