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

Pages: [1]
1
Help / Re: brown townog Power Saving Mode.
« on: January 10, 2008, 10:17:28 AM »
I have the same problem with other games. Not this one tho.. Would realy help if there is a solution to this.

2
Help / Re: Set Serverhost
« on: January 09, 2008, 10:11:20 AM »
Ugh Okais.. Ill just give it a bit of tweaking and if i come up with a solotion.. Ill just post it here. Thanks for the help you gave me if anyone other has a clue please post

3
Help / Re: Set Serverhost
« on: January 09, 2008, 10:06:53 AM »
So i deleted the two last brackets.. I THINK ( Im not sure cause im not 100% of what a bracket is since im not American or English ) BUT now it stands i need to be 2126 :-(

4
Help / Re: Set Serverhost
« on: January 09, 2008, 09:55:07 AM »
Okay, Can you try to demostrate what of this i need to delete?

////AdminCheck()
//Type: Support, single file
//Returns whether the client's "rank" is above the level specified (Admin, Super, Host) and returns whether it is ("1") or what level you need to be ("a Super Admin")
//Takes: Client ID, Rank level
//Returns: "1" or text error
function AdminCheck(%client,%level)
{
 if(%client $= "1"){return 1;}
 if(!%client.isAdmin && !%client.isSuperAdmin && %level == 1){return "\c5an \c3Admin\c5";}
 if(!%client.isSuperAdmin && %level == 2){return "\c5a \c3Super Admin\c5";}
 if(%client !$= FindLocalClient() && %level !$= "1" && %level !$= "2"){return "\c5the \c3Server Host\c5";}
 return "1";
}

5
Help / Re: Set Serverhost
« on: January 09, 2008, 09:40:42 AM »
Okay I dont need a certain program for that right? Im somwhat handy with computers but im defently no expert. If it works its a  :cookie: for you

6
Help / Re: Set Serverhost
« on: January 09, 2008, 09:37:27 AM »
Gah.. And i was getting my hopes.. That means i cant use DM mod on my Server since it needs "Server host" to Create teams and etc.. :-/ *Sigh*

7
Help / Set Serverhost
« on: January 09, 2008, 09:26:06 AM »
I would like to know how to set whos serverhost with a command since i usualy have a dedicated server up and running 24/7 For me and my pals. If you know how to fix this please help! :-D

Pages: [1]