Advanced Rules

Author Topic: Advanced Rules  (Read 19387 times)

Advanced Rules

Made by Gikon (me) with scripting help provided by NiXLL

Info:
On a players first spawn a gui shows up that states the server rules, The rules are all loaded from rules.txt included inf the .zip.

As shown above that is what the default looks like (but without the leetearth.com thing)
A example of the script can be found in my server (when and if it is up)
ALSO, It is all server side, No download for clients.

Also at any point in time a player can type /rules to bring the gui back up
along with a super admin saying /rulesall to show everyone them again.

Dowload:

Mirror 1: http://www.leetearth.com/Script_GRules.zip  [Insta-Download]
Mirror 2: http://www.mediafire.com/?kzyaw1pxi4m

Feel free to ask questions.
« Last Edit: August 14, 2008, 02:56:58 PM by Nero Mich »

looks awesome downloading right now


Amazing script, it's awesome, even if it's not for rules.

Great job.

Amazing script, it's awesome, even if it's not for rules.

Great job.
Wut?

I think Something means challenge briefing or something else like that.

I think Something means challenge briefing or something else like that.
That is what I thought, But he forgot the word "just" in the statement making it odd.


Code: [Select]
function ServerCmdRules(%client,%a,%b,%c,%d,%e)
{
commandToClient(%client,'MessageBoxOK',$Rules::Title,$Rules::Text);
}

What. Also, I wouldn't keep the rules file in the zip. It's better to keep it in the 'config/server' folder for organization purposes.

Code: [Select]
function ServerCmdRules(%client,%a,%b,%c,%d,%e)
{
commandToClient(%client,'MessageBoxOK',$Rules::Title,$Rules::Text);
}

What.
Simple working script, It is ok if you do not understand it jookia.

Simple working script, It is ok if you do not understand it jookia.

I.. edited my post.. just before you posted..

Simple working script, It is ok if you do not understand it jookia.

I.. edited my post.. just before you posted..
Here is your answer: No.
as the installation would confuse most people

Maybe in a later version perhaps.


Here is your answer: No.
as the installation would confuse most people

Maybe in a later version perhaps.

Oh ok.

Code: [Select]
function ServerCmdRules(%client,%a,%b,%c,%d,%e)
{
commandToClient(%client,'MessageBoxOK',$Rules::Title,$Rules::Text);
}

What.

That post, I was refering to the unneeded arguments.

and everyone ignored my rules script post when I put it out. This is better though. kinda took the /rulesall thing though.