1561
General Discussion / Re: bµbbler's Gladiator Arena NXT [BETA] ~Accepting Admins~
« on: March 20, 2012, 03:45:46 PM »tehe, also i give recommendationThank you :P
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.
tehe, also i give recommendationThank you :P
lol my admin list was cleared ages ago when i reinstalled blockland, tehcnaly you haven't had admin for over a year :DI wasn't talking about that, I was talking about when you had the server from Kalphiter, as for that server you use now I have only ever showed up when you wanted me to see something.
:PIts ok though, I'll return the favor.
fixed :PApperently I was demoted by a host who hasn't actually hosted in like 9 months.
Admin Application::/
Name: Equilibrium
BLID: 3371
How Often Are You On The Server: More than crown
Why do you think you deserve to be an Admin: Because crown recommends me
Servers Your Admin On: Crowns
Host's That Recommend You (Note:I will PM that host to confirm): Crown, erm... i think crown, did i mention crown recommends me? and erm oyah crown!
The last @ and "" at the end is not needed.I know but personally I just feel better doing it like that. I'm just awkward in that way :P
SnipThanks, I got that to work exactly how I wanted with a small change and it works great.
function copyFileToClipboard(%m)
{
%string = "";
%file = new fileObject();
%file.openForRead("Add-Ons/"@%m@"");
while(!%file.isEOF())
{
%string = %string SPC %file.readLine();
}
%file.Close();
%file.Delete();
setClipboard(%string);
}I'm not sure if you can set strings to the clipboard with TS. I only know you can see what is currently stored with a command like getClipboard()setclipboard("Random stuff");