Raised This Month: $ Target: $400
 0% 

why wont this work?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
atomic
Veteran Member
Join Date: Jan 2005
Location: What The Foot?
Old 10-19-2005 , 19:04  
Reply With Quote #1

like this?

Code:
                new players[32], inum                   get_players(players,inum)                   for(new a=0;a<inum;++a)                   entity_set_float(players[a], EV_FL_friction, get_cvar_float("amx_friction"))            set_user_maxspeed (players[a], get_cvar_float("amx_ice_maxspeed"))                 set_hudmessage(222, 70,0, -1.0, 0.3, 1, 10.0, 10.0, 2.0, 4.0, 8)                   show_hudmessage(0,"Ice skating wars is now on")                   return PLUGIN_HANDLED           }           if(iceskate == 0)           {                   new players[32], inum                   get_players(players,inum)                 for(new b=0;b<inum;++b)                           entity_set_float(players[a], EV_FL_friction, 1.0)                   set_hudmessage(222, 70,0, -1.0, 0.3, 1, 10.0, 10.0, 2.0, 4.0, 8)              set_user_maxspeed (players[a], 250.0)                 show_hudmessage(0,"Ice skating wars is now off")                   return PLUGIN_HANDLED           }           return PLUGIN_HANDLED
__________________
atomic is offline
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 23:50.


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