Raised This Month: $ Target: $400
 0% 

I need a function (in the second round, and after each round)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
1ka
Senior Member
Join Date: Jun 2012
Old 09-05-2013 , 14:31   I need a function (in the second round, and after each round)
Reply With Quote #1

I need a function
(in the second round and after each round)
(no act in the first round...)

For example:

HTML Code:
#include <amxmodx>
#include <cstrike>
 
#define PLUGIN "xxx"
#define VERSION "xxx"
#define AUTHOR "xxx"

public plugin_init() 
{
 register_plugin(PLUGIN, VERSION, AUTHOR);
 ???????????????
}
 
public event_x(id)
{
 if (get_user_flags(id) & ADMIN_MENU)
 ...
}
__________________
Sorry for my bad english.

Last edited by 1ka; 09-05-2013 at 14:32.
1ka 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 19:01.


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