View Single Post
Plugin Info:     Modification:          Category:         
#eclipse
Junior Member
Join Date: Nov 2004
Old 02-13-2005 , 10:19   Personal Gravity by Eric Lidman
Reply With Quote #1

This is a port of amx_ejl_personalgavity version 1.2 by Eric Lidman {Ludwig van}. You can set the gravity on one person.
Code:
/***************************************************************************
 * amx_ejl_personalgavity.sma     version 1.2  Date: 12/24/2002
 *  Author: Eric Lidman      [email protected]
 *  Alias: Ludwig van        Upgrade: http://lidmanmusic.com/cs/plugins.html           
 *
 * Just a silly plugin to change the gravity of one player or a team instead
 *  of for the whole server.
 *
 * COMMANDS:
 * 
 *    amx_grav <part of nick or @ team> <percentage of server gravity> [drop]
 *
 * EXAMPLES OF ACTUAL USAGE:
 *
 *    amx_grav Lud 50     --- gives Lud 400 gravity if normal gravity is on
 *    amx_grav Lud -1 drop   --- gives Lud negative gravity and shoots him to
 *                               the upmost limits of the map then makes him
 *                               drop his weapons too (thus it can be used
 *                               as a punishement command, not just fun).
 *    amx_grav @ TERRORIST -100 drop  --- sends the whole terrorist team up
 *                                        into the sky and makes them drop
 *                                        all thier weapons
 *
 * Port to AMXX by Eclipse {[email protected]} on 2/13/05
 **************************************************************************/
Attached Files
File Type: sma Get Plugin or Get Source (amx_grav.sma - 991 views - 3.6 KB)
#eclipse is offline