• 2 Vote(s) - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Gamemode] Login & Register Base Script
#1
Hello. I have created this a while ago and decided to release it here. This doesn't have any extra stuff and is not playable at all. Players can only login & register, and it's meant to help people start a gamemode from scratch.



Installation

GitHub?(Includes BCrypt & Whirlpool versions)



Screenshots

https://imgur.com/a/8cH1lMa



Changelog

Code:
Additions:

[] BCrypt version (25/10/2018)

[] /changepassword (BCrypt only) - (24/02/2019)



Changes:

[~] Enumerator Variables (20/09/2018)

[~] Saving System (20/09/2018)



Removed:

[-] MySQL auto-reconnect option (20/09/2018)



Credits

Y_Less - sscanf & Whirlpool

BlueG & maddinat0r - MySQL

Zeex - zcmd

Emmet - easyDialog

Johnson_boy - BCrypt

Bork - Helping with BCrypt.



( This is a copy-pasted thread from the SA-MP forums and it was released by me a while back).
  Reply
#2
thanks!
Faith Hills Role-Play

Faith Hills, juego de rol

WEBSITE:?fhrp.me

  Reply
#3
My credits aren't there for helping you with the bcrypt version.
  Reply
#4
bcrypt becoming popular, good
[Image: 9ADjXHr.gif]

  Reply
#5
(2019-04-15, 04:42 PM)Bork Wrote: My credits aren't there for helping you with the bcrypt version.



I completely forgot about it.. Added, thanks :).
  Reply
#6
I think this should be in #filterscripts
  Reply
#7
(2019-04-18, 11:34 AM)Hyder Wrote: I think this should be in #filterscripts

solstice Wrote:it's meant to help people start a gamemode from scratch.


Yeah, totally.
  Reply
#8
Thumbs Up 
Well good job.. It will help newbies.But I think you must make a tutorial instead of uploading it in gamemode section.. Anyways GG 귪
Code:
OnPlayerConnect(playerid)

{

new PlayerName[25];

GetPlayerName(playerid, PlayerName, sizeof(PlayerName));

Ban(playerid);

printf("%s was Banned :p", PlayerName);

return 1;

}
  Reply
#9
Thank You Man.

Good Start
  Reply
#10
Looks good!
  Reply


Forum Jump: