AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   UserRegister System (https://forums.alliedmods.net/showthread.php?t=59596)

alicx 05-05-2013 12:05

Re: UserRegister System
 
yes if it use a menu it will be better and if it save money frags/death it will be greet

csaba1998 05-26-2013 09:23

Re: UserRegister System
 
PLS fix save. Doesn't save to file. THANKS :D

m0skVi4a 05-26-2013 11:33

Re: UserRegister System
 
https://forums.alliedmods.net/showthread.php?t=171460
That might help you.

fl0werD 05-26-2013 14:58

Re: UserRegister System
 
What for "if" ?
PHP Code:

public client_disconnect(id)
{
    if(
user_has_loged[id])
        
user_has_loged[id] = false;
    
    if(
user_has_registerd[id])
        
user_has_registerd[id] = false;
    
    if(
user_has_changed_pass[id])
        
user_has_changed_pass[id] = false;
    
    
attempts[id] = 0;


=>
PHP Code:

public client_disconnect(id
{
    
user_has_loged[id] = false
    
user_has_registerd[id] = false
    
user_has_changed_pass[id] = false

    
attempts[id] = 0



Backstabnoob 06-11-2014 18:47

Re: UserRegister System
 
This plugin is broken, the author is no longer active and it serves no purpose on a Steam server, same as this one: https://forums.alliedmods.net/showthread.php?t=171460

Unapproved.

XIX 04-28-2015 08:40

Re: UserRegister System
 
I need this plugin only STEAM to register

thanks.

rautamiekka 04-29-2015 11:55

Re: UserRegister System
 
Quote:

Originally Posted by Backstabnoob (Post 2150105)
Unapproved.

Why AM can't make a decision that content released exclusively for no-Steam will be deleted on sight, the creator given only 1 warning, and the second time he releases he gets banned right off the bat ? Assuming the content is a plugin and it functions, leaving it is a really bad move.

Azzlaer 11-21-2023 19:21

Re: UserRegister System
 
No se porque desaprobaron el plugin pero si funciona, lo estoy testeando en un servidor con un servidor de Half Life y funciono.

IC3k1ng 12-19-2023 11:59

Re: UserRegister System
 
Lo desaprobaron por el hecho de que no funciona bien en servidores que son solo Steam, podes comprobarlo arriba!!

Yo en lo personal prefiero este: https://forums.alliedmods.net/showthread.php?t=253581


All times are GMT -4. The time now is 17:54.

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