Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Azjherben

Pages: [1] 2 3 4 5 6 ... 40
1
Whats /tele do?
Tele you to the spawn for 150$

3
Okay fun times over, let's be nice to him so he can be nice to us.

4
Okay, I don't know where to start with you, do you even know who you're talking to?

Every single post i have to have:

Jeddan is cigarette trolol

Okay Jedden

He is Jedden's alt, Best to leave him alone.

Seriously. Just because my Alt was banned and I was known as the most idiotic person ever doesn't mean you can call me "Jeddan" or "ThaJeddn" Because it just sickens me...

Come down Jeddan.

5
Dynomite added, and /tele command.

6
Modification Help / Re: CityRP
« on: May 05, 2010, 04:52:00 PM »
If you really want a people's mods to fool around with I can give you mine via email or pm
Yeah, I have cityRP to and would give it out but I heard you could get banned for it.

7
That is a really bad method of doing that.
It's changed sence I put it up, but just incase, what's bad about it?

8
Well, thing is the mods not done, and even when it is if I release it publicly then I'm sure there shall be tons of other mining servers just like mine. If you just want a basic mining mod base, check out kalphiters for now.

Also, anyone wanna let me burrow a script for a good dynomite?

9
Modification Help / Re: Get client from player.
« on: May 04, 2010, 06:21:58 AM »
I forgot, but I know where you can find a reference, check the Creeper gamemode.
Thanks, I've solved my problems in a different way for now, but I'll still take a look.

10
/buyjets and /upgradejets work now!
1000$ to buy jets originally and 1500$ for each upgrade.
There are five levels. Six including no jets.

11
Code: [Select]
    function GameConnection::spawnPlayer(%this)
    {
%jetlevel = %this.jetlevel;


if(%this.jetlevel == 0)
{
%this.player.schedule(100,changeDataBlock,PlayerZeroJet);
}

if(%this.jetlevel == 1)
{echo("Hi.");
%this.player.schedule(100,changeDataBlock,PlayerOneJet);
}

if(%this.jetlevel == 2)
{
%this.playerdatablock = playertwojet;
}

if(%this.jetlevel == 3)
{
%this.playerdatablock = playerthreejet;
}

if(%this.jetlevel == 4)
{
%this.playerdatablock = playerfourjet;
}

if(%this.jetlevel == 5)
{
%this.playerdatablock = playerfivejet;
}

parent::spawnPlayer(%this);
    }

Why dosn't that work right?!

12
Modification Help / Re: Changing the sun's light with RP Time
« on: May 03, 2010, 06:19:01 PM »
Can anyone post a script to change it to night and day in a way that relights bricks. I don't mind lag, for it'd only switch like every 15 minutes or even less.

13
No offense, you weren't active at the time, but when I went on, it sucked. I got off under 5 minutes.  :cookieMonster:

But I bet you're gonna ban the motherf@$%ers on there now, right?

More than half were acting all bitchy and stuffty. Better watch them.
I was afk just letting the server run it's corse, now I just got back on.
Feel free to come back and I'll ban abusive people.
:)

14
Modification Help / Re: Get client from player.
« on: May 03, 2010, 02:50:15 PM »
You could just have a simple setColor[Red] event and do the rest by script if you wanted, OR you could actually make this special thing an event of its own.

How do you put an event in a brick?
(Note it's not onPlant, it's an actual  %brick = new fxDTSBrick() type thing.)

15
Modification Help / Re: RTB Development
« on: May 03, 2010, 02:48:26 PM »
I didn't even know the was an RTB IRC PM sound! Also, good job.

Pages: [1] 2 3 4 5 6 ... 40