Raised This Month: $ Target: $400
 0% 

VGUI problem...


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
black-eye
Junior Member
Join Date: May 2006
Old 05-12-2006 , 04:18  
Reply With Quote #7

Code:
#include <amxmodx> #include <amxmisc> #define PLUGIN "New Plugin" #define VERSION "1.0" #define AUTHOR "Author" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)     register_menucmd(-2,1023,"team_select")   // VGUI menu } public team_select(id, key) {     server_print("team_select: %i, %d ", key, key) }
Hmmm i still dont get anything...
black-eye 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 05:08.


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