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 - Eonz

Pages: [1] 2 3 4
1
Modification Help / ASS_Mod
« on: June 15, 2008, 06:20:20 PM »
The Ass_Mod

Ass_Mod description!

Features
/gamble *Display's a number 1-10 if it is 7 you say "OMFG I GOT 10 IM THE BEST".*
/kill player *Say's Name use's Admin Abuse yay for him that Ass!*
/beadmin *Say's Name has become Noob Admin (Noob)*
/noobify player *Say's YOURname has become an Ass admin/NOOOB and in your name say's N00000bzor*

Put in add-ons and enable in the list.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Note:This is just a joke I was really bored!


2
Modification Help / Re: Lvl Coresponding to Exp?
« on: June 13, 2008, 04:16:34 PM »
It didn't give me any syntax's  it just appeared blank...

3
Modification Help / Lvl Coresponding to Exp?
« on: June 13, 2008, 03:03:31 PM »
K well I made a script that partially work's but when you have exp and type /checklvl it show's the lvl as "Lvl:" with no number even with 50+ or 0+

Code: [Select]
//ExpTest

function serverCmdCheckExp(%client)
    {
       messageClient(%client,'','\c5Exp: %1',%client.Exp);
}

function serverCmdCheckLvl(%client)
    {
       messageClient(%client,'','\c5Lvl: %1',%client.Lvl);
}

function Rpgset(%client,%Exp)
{
If(%Client.exp >= 0);
%Client.Lvl = 1;

If(%Client.exp >= 50);
%Client.Lvl = 2;
}

function serverCmdGrantExp(%client,%victim,%amount)
{
   if(%amount<=0||%Amount>%client.Exp)
    %victim = findClientByBL_ID(%victim);
    if(!isobject(%victim)){return;}
    %victim.Exp+=%amount;
     messageClient(%client,'','Gave 2% %1',%client.Exp,%amount);
}

4
Modification Help / Re: Killing on collision.
« on: June 13, 2008, 02:47:36 PM »
Hmm I see thank's alot.

5
Modification Help / Killing on collision.
« on: June 13, 2008, 01:09:44 PM »
Ok I made this script and got it too work but when someone else hit's it the person who hit's it lives but I die. Anyone know why this happen's?
Code: [Select]
//Admin Only

function serverCmdRespawn(%client){
if(%client.isAdmin || %client.isSuperAdmin)
{
%i = new Trigger() {
            position = %client.player.getTransform();
            rotation = "1 0 0 0";
            scale = "1 1 1";
            dataBlock = Respawntrig;
            polyhedron = "0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 0.0000000 -1.0000000 0.0000000 0.0000000 0.0000000 1.0000000";
            };
if(%i){
messageclient(%client,"","\c0Respawnz \c6trigger has successfully been laid");
}
}
}

datablock TriggerData(Respawntrig){
   tickPeriodMS = 100;
};

function respawntrig::OnEnterTrigger(%this, %trigger, %obj){
if(!%client.isAdmin || !%client.isSuperAdmin)
messageclient(%client,"","\c0Admin Only Zone");
Self Delete(%Obj.client);
}

6
Modification Help / Re: [Request]: Mic
« on: June 13, 2008, 12:23:14 AM »
I belive this would go in Suggestions & Requests?Inless it is a whole mod set like the instrument's play diffrent music or w/e. Im not shure

7
Clan Discussion / Re: THE NO NOOBS GROUP
« on: June 12, 2008, 07:33:44 PM »
Who the forget is General Gay wad? The only thing I know is that the only noob here that stands out is You. You with your caps lock and usless anger. It i like you got beaten and have nothing to do but bitch at us about it. You do not even know how to spell dumb. Notice there is a silent B there.

I couldn't have said it better.

8
Clan Discussion / Re: San Andreas Group
« on: June 12, 2008, 07:33:02 PM »
I HAD ENOUGH PEOPLE COMPLAINING AND SHUT UP GET A LIFE TO AND STOP TALKING ABOUT STOP TRYING CAUSE THATS loving SPAMING!!!!!!

Spamming is considered Saying somthing over and over and Not if it isn't by the same person.

9
Clan Discussion / Re: THE NO NOOBS GROUP
« on: June 12, 2008, 07:29:35 PM »
Quote
Ofcourse not, you're an absolute loving handicap.
Quote
ALSO IM NO handicap I NOT THE ONE WHO NOS ABOT CLANS MY BROTHER HAS 50 OF THEM SO SHUT UP HE TOLD ME HOW TO MAKE SUM!!!!!! and no more loving handicapped stuff or im a noob!!!! if general gay wad dindnt mess any of this up i wouldnt start this loving fight at all!!!!!!!

Ok for 1.Someone who has 50 clan's must be handicapped. Second Stop cussing it doesn't make you appear older or less handicapped.

10
Clan Discussion / Re: THE NO NOOBS GROUP
« on: June 12, 2008, 07:28:13 PM »
Oh my god another Lew...

11
General Discussion / Re: YAY,I JUST GOT HL2
« on: June 12, 2008, 07:08:48 PM »
Read the comment under General Discussion "Talk about anything related to blockland."

12
Modification Help / Re: Energy Bar?
« on: June 11, 2008, 11:14:38 PM »
Damn....

13
Modification Help / Re: Energy Bar?
« on: June 11, 2008, 08:59:53 PM »
Well first I did look and chrono I said "Not jetEnergyDrain,minJetEnergy = 2; ect.. I mean where the actuall jet script is or is like where is it actually at the Jet's themself and Ephi an avatar is a way to express yourself as your's is a map from RtB and mine is "Just another" avatar. And I do try and when you can't try you will say try try again but when you can't actually do it you ask for help as I have done, everything can't be completed by yourself.

14
Modification Help / Energy Bar?
« on: June 10, 2008, 09:43:02 PM »
Ok well I was messing around in some script's today and found out that there is a mode for minigame's called JetPlayer which use's energy and was wondering where the code for this is?

Note:Not the code that change's recharge time,drain ect.. But the default code that show's the code for it like defines the Rechargetime Jetenergydrain.

15
Modification Help / Re: Defining?
« on: June 09, 2008, 11:36:05 PM »
K.

Pages: [1] 2 3 4