1
General Discussion / Re: Azjherben's Mining and Deathmatch server. (being edited)
« on: May 05, 2010, 08:08:47 PM »Whats /tele do?Tele you to the spawn for 150$
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.
Whats /tele do?Tele you to the spawn for 150$
IRule 5?
don't
loving
care
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...
If you really want a people's mods to fool around with I can give you mine via email or pmYeah, I have cityRP to and would give it out but I heard you could get banned for it.
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?
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.
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?!
No offense, you weren't active at the time, but when I went on, it sucked. I got off under 5 minutes.I was afk just letting the server run it's corse, now I just got back on.
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.
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.