a great script :P

Forum Archive - from http://theuniversal.net
Locked
User avatar
zaroba
World Owner
World Owner
Posts: 7257
Joined: Fri Oct 10, 2003 11:06 pm
Location: Hereford, PA
Contact:

a great script :P

Post by zaroba »

scripts could be used to punish players....if there was a way to link them with a players user name or ip or id.

Code: Select all

Event( "PlayerLogin" )
{
   sleep(3000)
   *kill decahwn
} 
although simple, the above would *kill deca 5 mins after anybody logged into the world.
deca would count as a person logging in as well, so he'd login, get killed and kicked, then rejoin. over and over :P
not a ban, but it'd probably be frustrating for him since he'd never be able to do anything ON the world due to getting disconnected and killed every 5 mins. heck, if he's gonna get around the ban anyway, might as well make it so he can't do anything on the world.
User avatar
matthew
Game OP
Game OP
Posts: 329
Joined: Thu Oct 09, 2003 5:35 am
Location: Evansville,IN

Post by matthew »

well if the script happens each time someone logs in wouldnt it over lap each other and him getting killed every few secs? :) or not at all.. log in and out every 4 mins

lol anyways point is wouldnt the script keep reseting it self?
User avatar
zaroba
World Owner
World Owner
Posts: 7257
Joined: Fri Oct 10, 2003 11:06 pm
Location: Hereford, PA
Contact:

Post by zaroba »

yep, so if people logged in in less then 5 mins time, he'd be getting killed and kicked more often :P
Locked