Raised This Month: $ Target: $400
 0% 

Ice Skating Wars!


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Fun Stuff       
atomic
Veteran Member
Join Date: Jan 2005
Location: What The Foot?
Old 10-19-2005 , 17:23   Ice Skating Wars!
Reply With Quote #1

Code:
 /* Ice Skating Wars plugin! What does it do?: It will change the players friction so that it feels like you are walking in ice! Commands: amx_icewars <1|0> "Activates the plugin" Cvars: amx_friction < 1.0 is no friction and 0.1 is totally slippy> amx_ice_maxspeed <sets the maxspeed that will  be activated> default 1000 UPDATE: added INCREDIBLE speed The plugin will be reset every round 1.0- release 1.1- added maxspeed and cvars 1.2- fixed changeweapon (people could get maxspeed when the plugin was off) */  #include <amxmodx>   #include <amxmisc>   #include <engine>   #include <fun> Credits:leakgfhp, suicid3 and XXavalancexx and MANY MORE (i didnt make it all by myself)
__________________
atomic is offline
kILL-jOY
Member
Join Date: Jul 2005
Old 10-19-2005 , 17:45  
Reply With Quote #2

just like this but not a hero

should be fun
__________________
**|$uperHero|** Free level 8 / 75+ Heroes / BuyXP at 68.191.146.3:27015 - CS 1.6


kILL-jOY is offline
atomic
Veteran Member
Join Date: Jan 2005
Location: What The Foot?
Old 10-19-2005 , 17:47  
Reply With Quote #3

thats not in amxmodx forums so i didnt know... ut anyways this would be cool
__________________
atomic is offline
nightscreem
Veteran Member
Join Date: Jul 2004
Location: Belgium
Old 10-19-2005 , 18:24  
Reply With Quote #4

yeah it's fun but he didn't mean you couldn't post it he means
it likes the hero mr freeze
__________________
- Bye bye!
nightscreem is offline
kILL-jOY
Member
Join Date: Jul 2005
Old 10-19-2005 , 18:33  
Reply With Quote #5

exactly

i have nothing against it, if u thought i did
__________________
**|$uperHero|** Free level 8 / 75+ Heroes / BuyXP at 68.191.146.3:27015 - CS 1.6


kILL-jOY is offline
atomic
Veteran Member
Join Date: Jan 2005
Location: What The Foot?
Old 10-19-2005 , 18:35  
Reply With Quote #6

*jumping off a cliff*
__________________
atomic is offline
atomic
Veteran Member
Join Date: Jan 2005
Location: What The Foot?
Old 10-20-2005 , 16:52  
Reply With Quote #7

ADDED:speed
__________________
atomic is offline
Zenith77
Veteran Member
Join Date: Aug 2005
Old 10-20-2005 , 17:12  
Reply With Quote #8

Hmm, nice idea, should be really fun,

maybe add some glow effects to it with set_user_rendering() ??
__________________
Quote:
Originally Posted by phorelyph View Post
your retatred
Zenith77 is offline
atomic
Veteran Member
Join Date: Jan 2005
Location: What The Foot?
Old 10-20-2005 , 17:16  
Reply With Quote #9

there is a bug...whenever a guy changes his weapon when the plugin is amx_icewars 0 he will get maxspeed 1000...i posted problem in script help
__________________
atomic is offline
Geesu
Veteran Member
Join Date: Mar 2004
Location: Cincinnati, OH
Old 10-20-2005 , 17:34  
Reply With Quote #10

Once the bug is fixed I'll approve it.. Try:

Code:
public weapon_switch(id) {     if ( !iceskate )     {         // Resets max speed         set_user_maxpseed(id);     }     else     {         new Float:maxSpeed = get_cvar_float("amx_ice_maxspeed");         new weaponid = read_data(2)         if(gCurrentWeapon[id] != weaponid) {             gCurrentWeapon[id] = weaponid             set_user_maxspeed(id,maxSpeed)         }     } }
__________________
Need war3ft help? DO NOT PM ME... Check the forums
Geesu is offline
Send a message via AIM to Geesu Send a message via MSN to Geesu
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:17.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode