Raised This Month: $51 Target: $400
 12% 

[CS:S/CS:GO] StickyNades Lite


Post New Thread Reply   
 
Thread Tools Display Modes
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 10-17-2010 , 11:09   Re: [CSS] StickyNades Lite
Reply With Quote #21

Please post what exactly line do you talking about?
__________________
altex is offline
bouncer
Veteran Member
Join Date: Apr 2009
Old 10-17-2010 , 11:11   Re: [CSS] StickyNades Lite
Reply With Quote #22

// Only let players with admin flag 'o' use StickyNades
// Default: "0"
snlite_admin_only "0"

look at the flags.. it's zero not 'o' . He put the wrong flag.
Whatever I tried to help, not gonna waste my time anymore.
__________________


bouncer is offline
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 10-17-2010 , 11:15   Re: [CSS] StickyNades Lite
Reply With Quote #23

Your help is much appreciated. As i said before, this cvar is not a flag.
__________________
altex is offline
bouncer
Veteran Member
Join Date: Apr 2009
Old 10-17-2010 , 11:17   Re: [CSS] StickyNades Lite
Reply With Quote #24

oh my bad, i saw it wrong....its to enable or disable. ugh.
__________________


bouncer is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 10-17-2010 , 11:43   Re: [CSS] StickyNades Lite
Reply With Quote #25

The ideal method is to keep an enable/disable, and then throw another cvar that supports a user defined flag. Something like
PHP Code:
decl String:g_sBuffer[256];
GetConVarString(CvarForFlagg_sBuffersizeof(g_sBuffer));
if(
GetUserFlagBits(client) & ReadFlagString(g_sBuffer))
{
//They're allowed

__________________
thetwistedpanda is offline
tigerox
AlliedModders Donor
Join Date: Oct 2008
Location: Canada
Old 10-17-2010 , 12:32   Re: [CSS] StickyNades Lite
Reply With Quote #26

Quote:
Originally Posted by thetwistedpanda View Post
The ideal method is to keep an enable/disable, and then throw another cvar that supports a user defined flag. Something like
PHP Code:
decl String:g_sBuffer[256];
GetConVarString(CvarForFlagg_sBuffersizeof(g_sBuffer));
if(
GetUserFlagBits(client) & ReadFlagString(g_sBuffer))
{
//They're allowed

Thanks. I had this in my update already.

Will post soon.
__________________
tigerox is offline
tigerox
AlliedModders Donor
Join Date: Oct 2008
Location: Canada
Old 10-17-2010 , 13:52   Re: [CSS] StickyNades Lite
Reply With Quote #27

17-10-2010 : Version 1.1.0
  • Cvar snlite_admin_only changed to snlite_admin_only_flags.
    You can use any string of admin flags you want.
    Added support for old Sticky Nade 1.0 models. Use Cvar snlite_hegrenade_model to enable.
__________________
tigerox is offline
mjmfighter
Member
Join Date: Jun 2010
Old 10-17-2010 , 20:50   Re: [CSS] StickyNades Lite
Reply With Quote #28

any chance of sounds getting put into this? the sounds from the old sticky nades plugin?
mjmfighter is offline
SC]-[LONG_{HoF}
Member
Join Date: Aug 2010
Old 10-17-2010 , 23:16   Re: [CSS] StickyNades Lite
Reply With Quote #29

Quote:
Originally Posted by mjmfighter View Post
any chance of sounds getting put into this? the sounds from the old sticky nades plugin?
That would complete it for me and would change to this plugin for sure. I think its great that tigerox has added the enable/disable models option. This plugin is goin places. Keep it up.
__________________
SC]-[LONG_{HoF} is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 10-17-2010 , 23:18   Re: [CSS] StickyNades Lite
Reply With Quote #30

I think the idea of "Lite" was so that it was only the sticking effect, so he'd probably need to rename the plugin after all of the requests haha. But this does seem to work correctly so have to endorse it ;3.
__________________
thetwistedpanda is offline
Reply



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 06:29.


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