AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   [HELP FAST] Nade Modes v10 (https://forums.alliedmods.net/showthread.php?t=171027)

eliptics 10-31-2011 16:13

[HELP FAST] Nade Modes v10
 
I have a problem when i take a nade the default mode is normal, then i change it to whatever and now I cant go back to normal mode... Can somebody help me with that? Thanks!

Link (Nade Modes v10):
http://forums.alliedmods.net/showthread.php?p=663892

PLZ I NEED HELP FAST :D
THX!

ANTICHRISTUS 10-31-2011 19:45

Re: [HELP FAST] Nade Modes v10
 
  • remake the same config of your server locally, to work easily.
  • upgrade your amxmodx if your are using an old version.
  • disable your other plugins one by one.

-Fanaticspx1 11-01-2011 00:26

Re: [HELP FAST] Nade Modes v10
 
-Put these values ​​in your sma.

PHP Code:

    // General Settings Option Values
    
register_option_value(OPTION_RESOURCE_USE"0;1;2;3")
    
register_option_value(OPTION_NADES_IN_EFFECT"0;1;2;3;4;5;6;7")
    
    
// Mode Settings Options
    
register_option(OPTION_NORMAL_ENABLED"nademodes_normal_enabled""1")
    
register_option(OPTION_PROXIMITY_ENABLED"nademodes_proximity_enabled""1")
    
register_option(OPTION_IMPACT_ENABLED"nademodes_impact_enabled""1")
    
register_option(OPTION_TRIP_ENABLED"nademodes_trip_enabled""1")
    
register_option(OPTION_MOTION_ENABLED"nademodes_motion_enabled""1")
    
register_option(OPTION_SATCHEL_ENABLED"nademodes_satchel_enabled""1")
    
register_option(OPTION_HOMING_ENABLED"nademodes_homing_enabled""1")
    
    
register_option(OPTION_REACT_TRIP_G"nademodes_grenade_react""1")
    
register_option(OPTION_REACT_TRIP_F"nademodes_flash_react""1")
    
register_option(OPTION_REACT_TRIP_S"nademodes_smoke_react""1")
    
    
register_option(OPTION_PROXIMITY_LOS"nademodes_proximity_fov""0")
    
register_option(OPTION_MOTION_LOS"nademodes_motion_fov""1")
    
register_option(OPTION_SATCHEL_DELAY"nademodes_satchel_delay""0"


Update your modules to 1.8.1

eliptics 11-01-2011 12:40

Re: [HELP FAST] Nade Modes v10
 
Quote:

Originally Posted by -Fanaticspx1 (Post 1587656)
-Put these values ​​in your sma.

PHP Code:

    // General Settings Option Values
    
register_option_value(OPTION_RESOURCE_USE"0;1;2;3")
    
register_option_value(OPTION_NADES_IN_EFFECT"0;1;2;3;4;5;6;7")
 
    
// Mode Settings Options
    
register_option(OPTION_NORMAL_ENABLED"nademodes_normal_enabled""1")
    
register_option(OPTION_PROXIMITY_ENABLED"nademodes_proximity_enabled""1")
    
register_option(OPTION_IMPACT_ENABLED"nademodes_impact_enabled""1")
    
register_option(OPTION_TRIP_ENABLED"nademodes_trip_enabled""1")
    
register_option(OPTION_MOTION_ENABLED"nademodes_motion_enabled""1")
    
register_option(OPTION_SATCHEL_ENABLED"nademodes_satchel_enabled""1")
    
register_option(OPTION_HOMING_ENABLED"nademodes_homing_enabled""1")
 
    
register_option(OPTION_REACT_TRIP_G"nademodes_grenade_react""1")
    
register_option(OPTION_REACT_TRIP_F"nademodes_flash_react""1")
    
register_option(OPTION_REACT_TRIP_S"nademodes_smoke_react""1")
 
    
register_option(OPTION_PROXIMITY_LOS"nademodes_proximity_fov""0")
    
register_option(OPTION_MOTION_LOS"nademodes_motion_fov""1")
    
register_option(OPTION_SATCHEL_DELAY"nademodes_satchel_delay""0"


Update your modules to 1.8.1

Its not working with that and im using amx 1.8.1 ...


All times are GMT -4. The time now is 14:18.

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