View Single Post
berni
SourceMod Plugin Approver
Join Date: May 2007
Location: Austria
Old 01-25-2011 , 17:19   Re: [L4D2] Pounce Kinetics
Reply With Quote #11

  • l4d2_pounce_kinetics_version need flag FCVAR_NOTIFY
  • remove FCVAR_REPLICATED from all cvars, it has no effect
  • and what is that ? that's dirty

PHP Code:
    if (FindConVar("l4d2_melee_immortals_version") != INVALID_HANDLE)
    {
        
ServerCommand("sm plugins unload l4d2_melee_immortals.smx");
        
ServerCommand("sm plugins load l4d2_melee_immortals.smx");
    } 
__________________
Why reinvent the wheel ? Download smlib with over 350 useful functions.

When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter than "Yes"
powered by Core i7 3770k | 32GB DDR3 1886Mhz | 2x Vertex4 SSD Raid0
berni is offline