Raised This Month: $ Target: $400
 0% 

cl_ speeds


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 01-17-2009 , 12:00   cl_ speeds
Reply With Quote #1

PHP Code:
#include <amxmodx>

#define PLUGIN "Fix Speed"
#define AUTHOR "DarkGod"
#define VERSION "1.3.3.7"

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
}

public 
client_connect(id)
{
    
client_cmd(id"cl_forwardspeed 400;alias cl_forwardspeed")
    
client_cmd(id"cl_backspeed 400;alias cl_backspeed")
    
client_cmd(id"cl_sidepeed 400;alias cl_sidespeed")


I'm currently using this so that people won't be able to run crazy fast (I'm using PokeMod so if you got a lvl 99 aerodactyl you can run really fast if you turn up values) however when someone connects they get cl_forwardspeed 400 and locked, cl_backspeed 400 and locked but sidespeed goes to 999 and is locked.

Is there any other method to do this or any fix to this?

Thanks,
DarkGod
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
 



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 01:37.


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