Raised This Month: $ Target: $400
 0% 

How to make firstround = freeday?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
fireattack
Senior Member
Join Date: Jul 2008
Old 08-16-2010 , 13:55   Re: How to make firstround = freeday?
Reply With Quote #2

Try this.

PHP Code:
 
#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
 
new freeday[33]
 
public 
plugin_init() 
{
 
set_task(3.0"firstround");
}
 
public 
firstround(id)
{
 if(
freeday[id] > 0)
  return 
FMRES_IGNORED;
 
 if(
is_user_alive(id) || is_user_connected(id))
 {
  
//do something
  
freeday[id] = 1
 
}
 return 
PLUGIN_CONTINUE

fireattack 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 22:00.


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