View Single Post
prateek0072
Junior Member
Join Date: May 2013
Location: New Delhi,India
Old 05-15-2013 , 05:14   Re: [CS:S/CS:GO] GunGame
Reply With Quote #4150

Quote:
Originally Posted by hplexusph View Post
I compiled a gg_config.smx supports manual load gungame if loading in order of "load gungame_config" then "load gungame"("gungame_sdkhooks")
i wish im not breaking any rules here(delete attachments if do), and hope my modify could be found in next gg release to support manual load.

i clearly remembers that early gg release do support manual loads, and i dont need any credits, just wish gg support manual load again, thanks to great gungame creaters and supporters.

gungame_config.sp add following in the end on new lines
PHP Code:
public OnLibraryAdded(const String:name[]) {
    if ( 
StrEqual(name"gungame") ) {
        
ReadConfig();
    }

hey man thnx your gungame config file did helped and now i can play gungame properly
my weapon order i also loading now and plugin is working very good
thn you very much
prateek0072 is offline