Raised This Month: $12 Target: $400
 3% 

Registration System 1.3 2019 - Fvault


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   General Purpose       
Biel oGrande
Junior Member
Join Date: Dec 2014
Location: Brazil
Old 12-24-2014 , 12:00   Registration System 1.3 2019 - Fvault
Reply With Quote #1

ScreenShot:


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:
Attached Files
File Type: zip registration_system.zip (13.2 KB, 1125 views)
__________________

Last edited by Biel oGrande; 10-04-2019 at 10:43. Reason: Update Plugin
Biel oGrande is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 12-24-2014 , 12:01   Re: Registration System
Reply With Quote #2

You are not allowed to attach compiled plugins, please remove it.
__________________
Arkshine is offline
Biel oGrande
Junior Member
Join Date: Dec 2014
Location: Brazil
Old 12-24-2014 , 12:08   Re: Registration System
Reply With Quote #3

Quote:
Originally Posted by Arkshine View Post
You are not allowed to attach compiled plugins, please remove it.
Ok, Sorry. Thanks
__________________
Biel oGrande is offline
Freezo Begin
BANNED
Join Date: Mar 2014
Location: Morocco
Old 12-24-2014 , 13:38   Re: Registration System
Reply With Quote #4

I think there is a one like this plug but i think this is more cool ! GOOD JOB
Freezo Begin is offline
Phant
Veteran Member
Join Date: Sep 2009
Location: New Jersey
Old 12-24-2014 , 13:43   Re: Registration System
Reply With Quote #5

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

Last edited by Phant; 12-24-2014 at 13:44.
Phant is offline
Send a message via ICQ to Phant
Biel oGrande
Junior Member
Join Date: Dec 2014
Location: Brazil
Old 12-24-2014 , 14:34   Re: Registration System
Reply With Quote #6

Quote:
Originally Posted by Phant View Post
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>
Attached Files
File Type: inc fvault.inc (12.8 KB, 553 views)
__________________
Biel oGrande is offline
Phant
Veteran Member
Join Date: Sep 2009
Location: New Jersey
Old 12-24-2014 , 19:34   Re: Registration System
Reply With Quote #7

Quote:
Originally Posted by Biel oGrande View Post
you need the include #include <fvault>
client_print_color() functions error:
PHP Code:
registration_system.sma(192) : error 035argument type mismatch (argument 2

Last edited by Phant; 12-24-2014 at 19:35.
Phant is offline
Send a message via ICQ to Phant
Syturi0
Veteran Member
Join Date: Aug 2014
Location: Your mom house -Portugal
Old 12-24-2014 , 20:54   Re: Registration System
Reply With Quote #8

This plugin already exist, you dindt made it
Syturi0 is offline
Anonymous
Member
Join Date: Nov 2009
Location: Anonuser.org
Old 12-24-2014 , 23:50   Re: Registration System
Reply With Quote #9

Already exists

https://forums.alliedmods.net/showthread.php?t=171460
__________________
This site is filled with shitters who call themselves experts.
Anonymous is offline
Biel oGrande
Junior Member
Join Date: Dec 2014
Location: Brazil
Old 12-25-2014 , 08:33  
Reply With Quote #10

Quote:
Originally Posted by Phant View Post
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 View Post
This plugin already exist, you dindt made it
There are other plugins with the same function.
"Protecting the nick with a password."
__________________

Last edited by YamiKaitou; 12-25-2014 at 09:44.
Biel oGrande is offline
Reply


Thread Tools
Display Modes

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