AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   [CSS] change weapon speed (https://forums.alliedmods.net/showthread.php?t=252912)

kadet.89 12-11-2014 11:37

[CSS] change weapon speed
 
How can I change the default knife speed from 250 to 260?
I've decrypted and changed weapon_knife.ctx, but it doesn't work

PHP Code:

WeaponData
{
    
"MaxPlayerSpeed"        "260"
    "WeaponType"            "Knife"
    "WeaponPrice"            "0"
    "WeaponArmorRatio"        "1.7"
    
... 


Root_ 12-11-2014 11:48

Re: [CSS] change weapon speed
 
AFAIK .ctx scripts should be changed on both client and a server.
Look what I found.


All times are GMT -4. The time now is 04:06.

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