SA-MP Forums Archive
[FilterScript] [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) (/showthread.php?tid=152190)

Pages: 1 2


[FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - aircombat - 02.06.2010

Info :
Lines : 794
Version : 0.2
================================================== ========================================
Commands :
/changepass >> Change The Password (Normal Player)
/eloading >> Enable Loading Something (Rcon Admins)
/dloading >> Disable Loading Something (Rcon Admins)
Auto Login [Optionel From Command Or ini File]
================================================== ========================================
Things That Saves :
* Mean Can Be Disabled Or Enabled From The Ini File Or The Commands
Name
Ip Adress
Score
Money
Kills
Deaths
*Skin
*Wanted Level
*Interior
*Virtual World
*Drunk Level
*Fighting Style
*Team
*Weapons {New}
*Auto Login
Gendre
Age
Country
================================================== ========================================
Extras :
1.There Is Config.ini File In Scriptfiles/ERegLog/Config Which Look Like This :
Code:
Skin Load=0
Wanted Level Load=0
Health load=0
Armour Load=0
Interior Load=0
Virtual World Load=0
Drunk Level Load=0
Fighting Style Load=0
Team Load=0
Auto Login=0
You Can Edit It As You Want Or In-game Use /eloading , /dloading to edit those options

2.You Can Use Functions Like :
Code:
if(pInfo[playerid][Gendre] == Male)
{
//do
}
else if(pInfo[playerid][Gendre] == Female)
{
//do
}
And Also You Can Use Like :
Code:
if(pInfo[playerid][Age] >= 14)
{
//do
}
================================================== ========================================
Download :
Pwn + Amx :
================================================== ========================================
Instructions :
Everything Is Placed In The .rar File Like It Should , So Just Copy And Paste
================================================== ========================================
Screenshots :
Registration :






/changepass Command :


================================================== ========================================
Special Thanks To :
DracoBlue >> Dini & Dudb
================================================== ========================================
Change Log :
0.2 > Added Weapons Saving (8 Weapons)
0.0 > Added Weapons In The /eloading and /dloading
================================================== ========================================
P.S : Please Type Comments Giving Suggestions For Version 0.3


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - IanDaCJ - 02.06.2010

i <3333 it !!
great job!!


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - Kar - 02.06.2010

ive wanted this for so long you are thee greatest.

wheres the include file!?

HELP!




Uploaded with ImageShack.us



Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - aircombat - 02.06.2010

that maybe cause of dialogs conflicting , u got any dialogs in ur gm or other filterscripts??


Quote:
Originally Posted by ιαи∂αўנ
i <3333 it !!
great job!!
Thnx


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - Kar - 02.06.2010

i got filterscripts no dialogs
Code:
 alarmsys robhittazerape jail_system anims csmenu spikestrip TEXTDR~1
textdraw maker alarm system, jail system, anims, car /shop/menu, spikestrip maker



Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - ViruZZzZ_ChiLLL - 03.06.2010

Really awesome Register/login system H❽H
Been waiting for this :P


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - kingdutch - 03.06.2010

For something that looks this cool I find it a shame you're using a pVar array (Which is I suspect made by MAX_PLAYERS) instead of using the whole new PVar system (SetPVarInt, GetPVarInt, etc.)

Other than that, looks really nice Good work


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - aircombat - 03.06.2010

Quote:
Originally Posted by ViruZZzZ_ChiLLL
Really awesome Register/login system H❽H
Been waiting for this :P
Thnx

Quote:
Originally Posted by kingdutch
For something that looks this cool I find it a shame you're using a pVar array (Which is I suspect made by MAX_PLAYERS) instead of using the whole new PVar system (SetPVarInt, GetPVarInt, etc.)

Other than that, looks really nice Good work
Truth : i hate the new pVar system actually but don't tell anyone shhhhhh xD


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - aircombat - 03.06.2010

Updated To Version 0.2 See The Changelog


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - kingdutch - 03.06.2010

Quote:
Originally Posted by H ❽ H
Quote:
Originally Posted by kingdutch
For something that looks this cool I find it a shame you're using a pVar array (Which is I suspect made by MAX_PLAYERS) instead of using the whole new PVar system (SetPVarInt, GetPVarInt, etc.)

Other than that, looks really nice Good work
Truth : i hate the new pVar system actually but don't tell anyone shhhhhh xD
I should use the report to moderator button below your post :O
Just kidding, may I ask why you hate it? (If you want to start a whole discussion, I'd be happy too, maybe we can tell Kye or whoever how it could be improved, but we should probably take it to a diff topic/pm )


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - NewTorran - 03.06.2010

The /changepass is alot like the one from mine...


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - kingdutch - 03.06.2010

Quote:
Originally Posted by Joe Torran C
The /changepass is alot like the one from mine...
The /changepass is pretty much the simplest way to do it using dialogs....


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - NewTorran - 03.06.2010

Quote:
Originally Posted by kingdutch
Quote:
Originally Posted by Joe Torran C
The /changepass is alot like the one from mine...
The /changepass is pretty much the simplest way to do it using dialogs....
I didnt mean it like that...


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - aircombat - 04.06.2010

Quote:
Originally Posted by Joe Torran C
The /changepass is alot like the one from mine...
it is Torran but anyone who make a /changepass would make it in dialogs and with "Old Password" asking so any /changepass could be like mine and i don't wish that u mean i copied it :S


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - RhysterD - 12.06.2010

Wow... This Looks Amazing but the download links are gone?

Please could put back and then i can try it out

Thanks Rhys


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - ViruZZzZ_ChiLLL - 12.06.2010

Quote:
Originally Posted by RhysterD
Wow... This Looks Amazing but the download links are gone?

Please could put back and then i can try it out

Thanks Rhys
lol no its not D:
here : http://www.solidfiles.com/d/b57c/

Read the first post carefully


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - RhysterD - 12.06.2010

Thanks ViruZZzZ_ChiLLL

I guess i just couldn't see


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - DarkPower - 12.06.2010

Awesome work. I will use this when i will making mode from strach


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - aircombat - 23.06.2010

Quote:
Originally Posted by DarkPower
Awesome work. I will use this when i will making mode from strach
Thnx


Re: [FS] ERegLog ( Advanced Register/Login System [Dialogs] ) - Ehab_Isaac101 - 23.06.2010

AMAZING! JUST WOW! MAN THIS IS ONE OF THE BEST WORKS AND BEST REGISTERING/LOGINING IN SYSTEMS!!!! I LIKE IT!!! BUT HOW CAN I REMOVE THE GF ONE AND ADD THIS ONE?