0


This is a hypnosis script thats for the player menu that after acouple of quakes, you get hypnotized to get commit suicide. Its in the player menu.
Code:hypno( player ) { player endon ( "disconnect" ); player endon ( "death" ); player freezeControls( false ); earthquake( 3, 3, player.origin, 800 ); wait 0.01; earthquake( 3, 3, player.origin, 800 ); wait 0.01; earthquake( 3, 3, player.origin, 800 ); wait 0.01; earthquake( 3, 3, player.origin, 800 ); wait 0.01; earthquake( 3, 3, player.origin, 800 ); wait 0.01; earthquake( 3, 3, player.origin, 800 ); wait 0.01; player thread maps\mp\gametypes\_hud_message::hintMessage("Your Close to Hynosis"); wait 0.01; earthquake( 3, 3, player.origin, 800 ); wait 0.01; earthquake( 3, 3, player.origin, 800 ); wait 0.01; earthquake( 3, 3, player.origin, 800 ); wait 0.01; earthquake( 3, 3, player.origin, 800 ); wait 0.01; player thread maps\mp\gametypes\_hud_message::hintMessage("Now you will commit suicide"); wait 0.01; player suicide(); }
Last edited by PvtRyan; 10-21-2013 at 02:00 PM.
Bookmarks