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

Help For A Useless Thing :)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Houssam Benmouna
Senior Member
Join Date: Apr 2016
Old 06-02-2017 , 19:35   Help For A Useless Thing :)
Reply With Quote #1

Hello Guys, I Want to give access of this for CT Players Only Not T
[link]https://forums.alliedmods.net/showthread.php?p=633031[/link]
And Thanks For your helping
Houssam Benmouna is offline
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 06-02-2017 , 19:43   Re: Help For A Useless Thing :)
Reply With Quote #2

Code:
public Impulse_100( id ) {     if( g_bEnabled )     {         if(is_user_alive(id))         {             if( g_bFlashLight[id] )             {                 FlashlightTurnOff(id)             }             else if( g_iFlashBattery[id] )             {                 FlashlightTurnOn(id)             }         }         return PLUGIN_HANDLED_MAIN     }     return PLUGIN_CONTINUE }

to

Code:
public Impulse_100( id ) {     if (get_user_team(id) == 1)         return PLUGIN_CONTINUE;             if( g_bEnabled )     {         if(is_user_alive(id))         {             if( g_bFlashLight[id] )             {                 FlashlightTurnOff(id)             }             else if( g_iFlashBattery[id] )             {                 FlashlightTurnOn(id)             }         }         return PLUGIN_HANDLED_MAIN     }     return PLUGIN_CONTINUE }
__________________








CrazY. is offline
Houssam Benmouna
Senior Member
Join Date: Apr 2016
Old 06-02-2017 , 19:45   Re: Help For A Useless Thing :)
Reply With Quote #3

Thnx I WIll Try It
Houssam Benmouna is offline
Houssam Benmouna
Senior Member
Join Date: Apr 2016
Old 06-02-2017 , 19:51   Re: Help For A Useless Thing :)
Reply With Quote #4

It's work
Houssam Benmouna is offline
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 06-02-2017 , 20:20   Re: Help For A Useless Thing :)
Reply With Quote #5

Ok.
__________________








CrazY. 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 13:28.


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