Raised This Month: $ Target: $400
 0% 

Need some help for register plugin and my plugin.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Altecaho
Senior Member
Join Date: Oct 2010
Old 11-20-2010 , 03:55   Re: Need some help for register plugin and my plugin.
Reply With Quote #2

1.I guess:
Code:
    register_concmd("amx_register", "register_user", ADMIN_ALL, "<mod:1[Name],2[Ip],3[SteamID]> <password>");
    register_concmd("amx_login", "login_user", ADMIN_ALL, "<password>");
    register_concmd("amx_changepassword", "change_password", ADMIN_ALL, "<old password> <new password>");
TO

Code:
    register_clcmd("/register", "register_user", ADMIN_ALL, "<mod:1[Name],2[Ip],3[SteamID]> <password>");
    register_clcmd("/login", "login_user", ADMIN_ALL, "<password>");
    register_clcmd("/cpass", "change_password", ADMIN_ALL, "<old password> <new password>");
But i'm not really sure about that ;D
Altecaho 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 11:24.


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