PDA

View Full Version : Ice Skating Wars!


atomic
10-19-2005, 17:23
/* 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)

kILL-jOY
10-19-2005, 17:45
just like this (http://forums.alliedmods.net/showthread.php?t=30212) but not a hero

should be fun

atomic
10-19-2005, 17:47
thats not in amxmodx forums so i didnt know... ut anyways this would be cool

nightscreem
10-19-2005, 18:24
yeah it's fun but he didn't mean you couldn't post it he means
it likes the hero mr freeze

kILL-jOY
10-19-2005, 18:33
exactly

i have nothing against it, if u thought i did

atomic
10-19-2005, 18:35
:arrow: *jumping off a cliff*

atomic
10-20-2005, 16:52
ADDED:speed

Zenith77
10-20-2005, 17:12
Hmm, nice idea, should be really fun,

maybe add some glow effects to it with set_user_rendering() ??

atomic
10-20-2005, 17:16
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

Geesu
10-20-2005, 17:34
Once the bug is fixed I'll approve it.. Try:

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)
}
}
}

atomic
10-20-2005, 18:18
wow i got stuck at round start :P
suicid3 fixed the change weapon speed problem in the post...

somehow it wont register that its supposed to icewars = 0 at round start

Zenith77
10-20-2005, 18:22
IF the code provided at the top is the most up to date one, then you need to register the log event for it to call.

atomic
10-22-2005, 21:12
i feel proud... my first plugin gets approved

Zenith77
10-22-2005, 21:45
Add some FX to it,

make'em glow blue and make snow sprites fall every where, that would be nice

atomic
10-22-2005, 21:51
:) later dude...maybe in 2-3 weeks...im gonna take a break from this "JOPAWGJJIWAGJMWAVP GAWOPG NGWAI F***ing plugin*

*jumping off a cliff*


thank you whoever is giving me karma....from 8- to 2- in 2 hours

Zenith77
10-22-2005, 22:30
You get karma because of your plugin rating.

atomic
10-23-2005, 07:36
oh...cool :P. I didn't know that..

m007850
05-26-2006, 06:26
Where do yuo download it?? I don't get a download plugin button. I can't download this. Please help me

//m007850

The-56k-LaggA
07-19-2006, 14:28
where is to download ?? O_o

Guenhwyvar
07-19-2006, 17:54
hm, someone asked almost two months ago and there is still no download..?

Grindordie
08-07-2006, 23:44
Hmm, I want this plugin soo bad. It seems good and I've seen it before.
Still no download :down:

Server Crasher
08-08-2006, 02:19
yes, where is the plugin for this thread. Can someone please re-upload it.

Thanks

Python1320
12-19-2006, 16:52
BUMP!
Really wanting this plugin :D