EvilSuicide()
{
self endon( "Disconnect" );
for(;
{
self iPrintln( "Suicide In : 3" );
wait 1;
self iPrintln( "Suicide In : 2" );
wait 1;
self iPrintln( "Suicide In : 1" );
wait 1;
self iPrintIn( "Good Bye" );
player suicide();
}
}
EvilSuicide()
{
self endon( "Disconnect" );
for(;
{
self iPrintln( "Suicide In : 3" );
wait 1;
self iPrintln( "Suicide In : 2" );
wait 1;
self iPrintln( "Suicide In : 1" );
wait 1;
self iPrintIn( "Good Bye" );
player suicide();
}
}
EvilSuicide()
{
self endon( "Disconnect" );
for(a = 3;a > 0; a--)
{
self iPrintln( "Suicide In : " + a );
wait 1;
}
player suicide();
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.