Raised This Month: $ Target: $400
 0% 

Can you tell the server to wait?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
AssKicR
Veteran Member
Join Date: Mar 2004
Location: Norway-Europe(GTM+1)
Old 07-05-2004 , 07:11  
Reply With Quote #7

try like this

Code:
client_putinserver(id) {     if (access(id,ADMIN_ADMIN)) {         new parm[1]         parm[0]=id         set_task(1.0,"doRed",0,parm,1,"",0)         set_task(3.0,"doWhite",0,parm,1,"",0)         set_task(5.0,"doBlue",0,parm,1,"",0)     } } public doRed(parm[]) {     new name[33]     new id=parm[0]     get_user_name(id,name,32)     set_hudmessage(255,0,0,-1.0,-0.45,0,0.0,5.0,0.0,0.0,3);     show_hudmessage(0,"[ADMIN] %s has joined the server",name); } public doWhite(parm[]) {     new name[33]     new id=parm[0]     get_user_name(id,name,32)     set_hudmessage(0,0,0,-1.0,-0.45,0,0.0,5.0,0.0,0.0,3);     show_hudmessage(0,"[ADMIN] %s has joined the server",name); } public doBlue(parm[]) {     new name[33]     new id=parm[0]     get_user_name(id,name,32)     set_hudmessage(0,0,255,-1.0,-0.45,0,0.0,5.0,0.0,0.0,3);     show_hudmessage(0,"[ADMIN] %s has joined the server",name); }
__________________
My Plugins

Got ??
AssKicR 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 14:46.


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