AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Registration System 1.3 2019 - Fvault (https://forums.alliedmods.net/showthread.php?t=253581)

Biel oGrande 12-24-2014 12:00

Registration System 1.3 2019 - Fvault
 
1 Attachment(s)
ScreenShot:
http://i1377.photobucket.com/albums/...ps9cd8c687.jpg

Description:
Quote:

Protect your nick with a password.
Multi-Lingual:
Quote:

bp, en, es, hu
Includes:
Quote:

amxmodx
fakemeta
fvault
registration_system.INC:
Quote:

Native:
reg_is_user_logged(id) - Returns whether a player is logged.
reg_is_user_registered(id) - Returns whether a player is registered.
reg_is_user_invited(id) - Returns whether a player is invited.

forward:
reg_user_register(id) - Called when a player gets register.
reg_user_logged(id) - Called when a player gets logged.
reg_user_logged_invited(id) - Called when a player gets invited.
reg_user_account_deleted(id) - Called when a player gets deleted.
Commands:
Quote:

/register /registro /conta /account
Cvars:
Quote:

reg_min_characters 5 // Password - Minimum characters
reg_max_characters 20 // Password - Maximum characters
reg_wrong_passowrd_limit 3 // Password - Error limit
reg_wrong_passowrd_ban_time 5 // Password - Error limit, ban time

reg_time_to_login 60 // Login - Timeout to login

reg_screenfade 1 // Screenfade - (1 = ON / 0 = OFF)
reg_invited 1 // Invited - (1 = ON / 0 = OFF)
reg_delete 1 // Delete Account - (1 = ON / 0 = OFF)
reg_sounds 1 // Songs - (1 = ON / 0 = OFF) new

reg_hud_normal_color_r 0 // Hud Normal Text RED - (0, 255) new
reg_hud_normal_color_g 255 // Hud Normal Text GREEN - (0, 255) new
reg_hud_normal_color_b 0 // Hud Normal Text BLUE - (0, 255) new

reg_hud_success_color_r 0 // Hud Success Text RED - (0, 255) new
reg_hud_success_color_g 0 // Hud Success Text GREEN - (0, 255) new
reg_hud_success_color_b 255 // Hud Success Text BLUE - (0, 255) new


reg_hud_fail_color_r 255 // Hud Fail Text RED - (0, 255) new
reg_hud_fail_color_g 0 // Hud Fail Text GREEN - (0, 255) new
reg_hud_fail_color_b 0 // Hud Fail Text BLUE - (0, 255) new

reg_hud_position_x 0.02 // Hud Position X new
reg_hud_position_y 0.20 // Hud Position Y new

reg_hud_effect 0 // Hud Effect - (0, 1 or 2) new
reg_hud_effect_time 5.0 // Hud Effect Time new

reg_hud_time 10.0 // Hud Text time new

cvar_screenfade_color_r 0 // Screenfade RED - (0, 255) new
cvar_screenfade_color_g 0 // Screenfade GREEN - (0, 255) new
cvar_screenfade_color_b 0 // Screenfade BLUE - (0, 255) new
Change Log:
Quote:

1.0 - 24 December 2014
First release
-
1.1 - 20 November 2016
Add news cvars
Add lang: [es] - [hu]
Update code and function when registering
-
1.2 - 8 January 2017
Bug removed: Login(id)
-
1.3 - 04 October 2019
Add news cvars
Add songs
Add configuration file
Code optimization
-
Credits:
Code:

Code: I Biel-oGrande
Lang Spanish: User matrix123
Lang Hungarian: User mforce

Downloads:
Quote:

Registration System - 1.0 = 1035 Downlodas
Registration System - 1.1 = 58 Downlodas
Registration System - 1.2 = 1071 Downlodas
Servers using this plugin:
Quote:

Game Tracker
Sub-Plugins:

Arkshine 12-24-2014 12:01

Re: Registration System
 
You are not allowed to attach compiled plugins, please remove it.

Biel oGrande 12-24-2014 12:08

Re: Registration System
 
Quote:

Originally Posted by Arkshine (Post 2239511)
You are not allowed to attach compiled plugins, please remove it.

Ok, Sorry. Thanks

Freezo Begin 12-24-2014 13:38

Re: Registration System
 
I think there is a one like this plug but i think this is more cool ! GOOD JOB :)

Phant 12-24-2014 13:43

Re: Registration System
 
Strange, but I can't compile it (1.8.3):
PHP Code:

registration_system.sma(5) : fatal error 100cannot read from file"fvault" 

Also:
https://forums.alliedmods.net/showthread.php?t=171460

Biel oGrande 12-24-2014 14:34

Re: Registration System
 
1 Attachment(s)
Quote:

Originally Posted by Phant (Post 2239551)
Strange, but I can't compile it (1.8.3):
PHP Code:

registration_system.sma(5) : fatal error 100cannot read from file"fvault" 

Also:
https://forums.alliedmods.net/showthread.php?t=171460

you need the include #include <fvault>

Phant 12-24-2014 19:34

Re: Registration System
 
Quote:

Originally Posted by Biel oGrande (Post 2239563)
you need the include #include <fvault>

client_print_color() functions error:
PHP Code:

registration_system.sma(192) : error 035argument type mismatch (argument 2


Syturi0 12-24-2014 20:54

Re: Registration System
 
This plugin already exist, you dindt made it

Anonymous 12-24-2014 23:50

Re: Registration System
 
Already exists

https://forums.alliedmods.net/showthread.php?t=171460

Biel oGrande 12-25-2014 08:33

Quote:

Originally Posted by Phant (Post 2239651)
client_print_color() functions error:
PHP Code:

registration_system.sma(192) : error 035argument type mismatch (argument 2


I do not understand what is happening.

Code:

Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

Header size:          2160 bytes
Code size:            33272 bytes
Data size:            22212 bytes
Stack/heap size:      16384 bytes; max. usage is unknown, due to recursion
Total requirements:  74028 bytes
Done.

Quote:

Originally Posted by Syturi0 (Post 2239668)
This plugin already exist, you dindt made it

There are other plugins with the same function.
"Protecting the nick with a password."


All times are GMT -4. The time now is 07:26.

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