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
31
mIRC/pawn Scripting / Re: Freeze
« on: August 04, 2008, 05:32:45 am »
Hey,

Just remember to use the "setcontrols 0/1" option and you should be all set like the above show.

Regards,
Tommis

32
mIRC/pawn Scripting / Re: Money Saving
« on: August 04, 2008, 05:31:26 am »
Hey,

When working under the player part signal, remember always that you cannot use ID's. The player has left, if you try running a command to get the players name or information from the ID, it simply will not work because the player is not there anymore.

To get the player name, I would work with the signal to improve it, or sync player names to be saved to a var or smt before the player leaves.

Regards,
Tommis

33
mIRC/pawn Scripting / Re: Auto-kick Failed to login
« on: August 04, 2008, 05:28:29 am »
Hey,

Yes, make sure you do not get the scripts mixed up. As for my GUS scripts, I really recommend using VRockers new admin system for scripting off of for now.

I might be releasing my new scripts that are based off of VRockers new admin system, but am not sure. The new version I am making is totally recoded and differnet; made to be as simple as possible to understand, as organized as possible and with the best script-player sync. So far things have been going great.

Regards,
Tommis

34
XE Servers (Legacy) / Re: Suggestions
« on: August 03, 2008, 04:10:14 am »
Hey,

Hmm, locking the doors would be not that good of an idea. Just because then most of the car doors will be locked and non usable.

I was thinking, if someone enters a car that is not owned by them, the owner will get 10-15$ per enter of something from that person.

Basically like a loan or something, a rent for the car.

Regards,
Tommis

35
XE Servers (Legacy) / Re: Suggestions
« on: August 03, 2008, 02:35:23 am »
Hey,

Alright, and what will happen when someone else gets into a car that they do not own? (Owned by someone else).

I am thinking that person will have to pay something, but hmm. I would like to hear what you would have to say.

:P

Regards,
Tommis

36
XE Servers (Legacy) / Scripts Suggestions
« on: August 02, 2008, 06:13:20 pm »
Hey,

Have suggestions for our scripts or server? Post them in here. Any suggestions would be greatly appreciated!

Regards,
Tommis

37
XE Servers (Legacy) / Re: Scripts Changelog
« on: August 02, 2008, 05:59:41 pm »
Saturday August 02, 2008

  • If nickname is registered, login is now required for just about everything
  • Statistics system is now updating. All deaths and kills are now recorded
  • The command "!rules" without the "" has been updated
  • Report system added. Use "/c report <name> <reason>" without the ""

38
XE Servers (Legacy) / Re: 3 Denounces
« on: August 02, 2008, 01:40:24 am »
Hey,

I know this topic is old, but we have been firstly working on a awesome anti cheat system, and also implemented many things towards people noobing with goto ect.

Regards,
Tommis

39
XE Servers (Legacy) / Re: Scripts Changelog
« on: August 02, 2008, 01:38:23 am »
Friday August 01, 2008

  • Fixed secret package problem with "[" or "]" in player names where found/unfound/total returned null values
  • Added cash reward that increase upon the amount of secret packages you have already found
  • Added DNS resolve for the admin "!ip" command
  • Added advertisement that runs every 30 seconds, updates you mainly on new features in the scripts
  • Added cash and bank system with commands "!cash" and "!bank"
  • Added to show your IP when you log in and out

40
XE Servers (Legacy) / Scripts Changelog
« on: August 02, 2008, 01:35:43 am »
Hello,

Welcome to the new change log for the scripts! All new updates we will post in here. Please note that the new scripts in the XE servers are GUS, but 100% rewritten for sync ect.

Regards,
Tommis

41
Hey,

Driveby script complete. If someone commits a driveby, it will automaticly kill them ;D

Cya,
Tommis

42
XE Servers (Legacy) / Re: help plz
« on: August 01, 2007, 11:01:54 pm »
Hey,

The whole point of it is to get rid of it. It will slowly dissapear. =p. But im going to make it take away all your weapons if you get mini now.

Cya,
Tommis

43
XE Servers (Legacy) / Re: help plz
« on: July 31, 2007, 02:22:44 am »
Hey,

He knows that, he is just joking :P I made ppl use !test to test out my anti minigun script. It works like a charm ;D

Cya,
Tommis

44
Hey,

Going to be designing a script for it. Should be done shortly.

Cya,
Tommis

45
Support / Re: Server vulnerable?
« on: July 24, 2007, 02:08:51 am »
Hello,

Alright, well first of all, in the 0.3x scripts, it could be a bug with the scripts if you leave it on for a very very long period of time, so try restarting teh scripts. (In 0.3z the whole player system is redone, so this is not a issue in thoes scripts) But if you say the whole server does not recognize thier ips, then i cant really help you there, you need to talk to the dev's about that. Also about the script, you can add this under vcmp.join.

  if ($vcmp.ip(%name) == Unknown) || (*.*.*.* !iswm $vcmp.ip(%name)) {
    vcmp.say Kicking %name - Reason: Invalid IP Address $+ , By: Server
    .timer 1 1 vcmp.kick %id
  }

Cya,
Tommis

Pages: 1 2 [3] 4