a great script :P
Posted: Mon Jul 02, 2007 3:40 am
scripts could be used to punish players....if there was a way to link them with a players user name or ip or id.
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
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.
Code: Select all
Event( "PlayerLogin" )
{
sleep(3000)
*kill decahwn
}
deca would count as a person logging in as well, so he'd login, get killed and kicked, then rejoin. over and over
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.