Raised This Month: $ Target: $400
 0% 

Clan WArs plugin


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
L3X.
Junior Member
Join Date: Nov 2006
Old 12-07-2006 , 11:23   Re: Clan WArs plugin
Reply With Quote #3

Quote:
Originally Posted by stupok69 View Post
I'm not sure if you will have conflicts by having several things with the same name, test it and see.

Code:
public client_putinserver(id) {     if(get_cvar_num("ppc_checkpass") && !(get_user_flags(id) & ADMIN_LEVEL_C))     {         passtry[id] = 0         passok[id] = false         set_task(float(get_cvar_num("ppc_passtime")), "nopass", id)         set_task(10.0, "tellpass", id)     }           new tpassword[40], user_pass[40]         get_cvar_string("ppc_password", tpassword, 39)     get_user_info(id, "ppc_password", user_pass, 39)         if(equal(tpassword, user_pass)) passok[id] = true }
Not work.
Now server nobody kick

Last edited by L3X.; 12-07-2006 at 22:04.
L3X. 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 06:52.


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