Need some help for register plugin and my plugin.
I am using the Alka's UserRegister System v1.0
The plugin is register by console, but I want register by using say. Here is the plugin: http://forums.alliedmods.net/showthread.php?t=59596 Second, the following plugin is make by me. But I find the message show the maximum of kill number is 5. Never show > 5 even I kill more then 5. Lastly, can someone add if tow player kill number is same, show their name too. Best Killer: Player1 & Player2 ^nKill: 3 / HS: 1 & 2 Code:
#include <amxmodx> |
Re: Need some help for register plugin and my plugin.
1.I guess:
Code:
register_concmd("amx_register", "register_user", ADMIN_ALL, "<mod:1[Name],2[Ip],3[SteamID]> <password>");Code:
register_clcmd("/register", "register_user", ADMIN_ALL, "<mod:1[Name],2[Ip],3[SteamID]> <password>"); |
Re: Need some help for register plugin and my plugin.
Quote:
|
| All times are GMT -4. The time now is 11:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.