Raised This Month: $ Target: $400
 0% 

Give user a NVG ??


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 01-03-2009 , 14:16   Re: Give user a NVG ??
Reply With Quote #4

Code:
#include <amxmodx> #include <cstrike>   #define PLUGIN "Give NVG" #define VERSION "1.0" #define AUTHOR "hleV"   public plugin_init() {         register_plugin(PLUGIN, VERSION, AUTHOR);           register_clcmd("say /????", "giveNVG"); }   public giveNVG(cl)         if (!cs_get_user_nvg(cl))                 cs_set_user_nvg(cl, 1);
__________________
hleV is offline
 



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 09:07.


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