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

VIP Access - Make money from your server! [Updated 17/03/2010]


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Reaper2331
Veteran Member
Join Date: Nov 2006
Location: Columbus,Ohio
Old 09-03-2008 , 18:59   Re: VIP access - Make money from your server!
Reply With Quote #11

Some Suggestions
  • when you get the vip.ini make a command to add a vip
for the advertising thing the guy wants you can add a cvar

PHP Code:
p_advertisetime register_cvar"amx_advertisetime""30.0" )
 
public 
client_putinserver(id

 
set_task(float(get_pcvar_num(p_advertisetime)),"advertise",id
}  
public 
client_disconnect(id)
{
 
remove_task(id)
}
public 
advertise(id)
{
 if (!
is_user_connected(id)) return
 
client_print(idprint_chat"[AMXX] Say /playerhelper to Open Up The PlayerHelper MOTD")

__________________

Reaper2331 is offline
Send a message via AIM to Reaper2331 Send a message via MSN to Reaper2331 Send a message via Yahoo to Reaper2331
 



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:38.


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