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

Pages: [1] 2 3 4
1
XE Servers (Legacy) / Howdy!
« on: December 29, 2011, 07:31:42 pm »
Howdy Nubs
Over the past year I have been crazy busy with work and school, but I will be back soon =) There is will always be time for VCMP - XE Servers =). Just passing by to say hi guys, don't think m back  :D

2
XE Servers (Legacy) / New Top Admin
« on: December 01, 2008, 04:42:57 am »
Hello,

I have assigned Head (ULK) as the top administrator along with me. I would say head administrator, but his name is head. He now has all the power that I have to date with the XE Servers. I believe this will help make XE a better place, new proper admins are added accordingly, scripts are running properly and more.

Welcome Head!

Regards,
Tommis

3
XE Servers (Legacy) / Re: ADMIN! I want to be an admin
« on: December 01, 2008, 04:38:44 am »
Hey,

Well for starters you posted it in the wrong area. Please go into the Admin section and write your request following the specified format.

Regards,
Tommis

4
XE Servers (Legacy) / Re: Scripts Changelog
« on: November 29, 2008, 07:57:44 pm »
Sunday November 29, 2008

  • Spawn weapon system added (Set your own weapons on spawn automatically)
  • Check system updated and added for public use
  • Spree system updated and top spree system added
  • Vehicle statistics system added, see pm on vehicle enter

5
XE Servers (Legacy) / Re: Scripts Changelog
« on: November 29, 2008, 06:49:53 am »
Friday November 28, 2008

  • IP Alias and Subnet Alias finally added

6
XE Servers (Legacy) / Re: Scripts Changelog
« on: November 17, 2008, 04:23:40 am »
Sunday November 16, 2008

  • On player join, if any player information is unable to be received, the system tries again in one second
  • System errors eliminated (beta stage still)
  • Check system updated, but still not ready for public use

7
XE Servers (Legacy) / Re: script lag
« on: November 11, 2008, 07:55:00 am »
Hello,

There has been patches done with the script, and more are still to come. I will be looking deeper into this problem, please let me know if it happens again.

Regards,
Tommis

8
XE Servers (Legacy) / Re: callofduty14
« on: November 11, 2008, 07:53:06 am »
Hey,

Alright, sounds good.

Regards,
Tommis

9
XE Servers (Legacy) / Re: hmm..subnet banned?why?
« on: November 11, 2008, 07:52:20 am »
Hey,

Can you please PM me your IP? You can get it at;

www.whatismyip.com

Regards,
Tommis

10
XE Servers (Legacy) / Re: (VK)Randysbx
« on: September 15, 2008, 12:18:22 am »
Hey,

Not sure, but at the moment I am working on the servers to improve them. After I finish (very soon), I will see what I can do about him.

In the mean time, can you PM me his subnet?

Regards,
Tommis

11
mIRC/pawn Scripting / Re: Getting The Player Skin
« on: September 13, 2008, 08:12:57 pm »
Hey,

Try this;

Code: [Select]

alias vcmp.before.findskin {

  ;$1 == ID
  ;$2 == NAME

  timer -m 1 1000 vcmp.findskin $1-
}
alias vcmp.findskin {

  ;$1 == ID
  ;$2 == NAME

  if (City Hall isin $vcmp.area($1)) {
    !writeini -n vcmp.skin.ini SKINS $1 Citizen
    vcmp.msg $1 You spawned as a Citzen.
  }
  elseif (Police isin $vcmp.area($1)) {
    !writeini -n vcmp.skin.ini SKINS $1 Cop
    vcmp.msg $1 You spawned as a Cop.
  }

}



Code: [Select]
on *:SIGNAL:vcmp.spawn:{
  var %name = $1
  var %id = $vcmp.getid($1)

  timer -m 1 500 vcmp.before.findskin %id %name
}

It basically waits a second then does it. Should give the scripts enough time to update the data with regards to location.

Regards,
Tommis

12
XE Servers (Legacy) / Re: Why I Was Banned
« on: September 06, 2008, 11:27:01 pm »
Hello,

As you have read above, the subnet he is on, poses a great threat to our servers. I, myself will review this ban after some time. Till then, that subnet will stay banned.

Regards,
Tommis

13
XE Servers (Legacy) / Re: Scripts Suggestions
« on: September 01, 2008, 06:55:12 am »
Thanks =P Any other suggestions, feel free to let me know!

14
XE Servers (Legacy) / Re: Scripts Suggestions
« on: August 31, 2008, 11:43:51 pm »
Hey,

Then you can use !getip <name>

Cya,
Tommis

15
XE Servers (Legacy) / Re: Scripts Suggestions
« on: August 31, 2008, 04:59:22 pm »
Hey,

Yes, there is !banned <ip> I have coded a couple days ago. It has all the information, including reason, admin who banned, and the name included all in there.

Regards,
Tommsi

Pages: [1] 2 3 4