Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot SA-MP Releases Gamemodes [Gamemode] Login & Register Base Script

 
  • 1 Vote(s) - 4 Average
Gamemode Login & Register Base Script
solstice
Offline

Burgershot Member
Posts: 15
Threads: 4
Joined: Apr 2019
Reputation: 3
#1
2019-04-13, 11:43 PM (This post was last modified: 2019-04-16, 11:47 PM by solstice.)
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).
klays
Offline

i like dogs
Posts: 53
Threads: 2
Joined: Apr 2019
Reputation: 1
Location: chile
#2
2019-04-13, 11:47 PM
thanks!
Faith Hills Role-Play
Faith Hills, juego de rol
WEBSITE: fhrp.me
Bork
Offline

Burgershot Member
Posts: 31
Threads: 4
Joined: Apr 2019
Reputation: 4
#3
2019-04-15, 04:42 PM
My credits aren't there for helping you with the bcrypt version.
Blacky
Offline

Burgershot Member
Posts: 14
Threads: 0
Joined: Apr 2019
Reputation: 0
#4
2019-04-16, 12:39 PM
bcrypt becoming popular, good
[Image: 9ADjXHr.gif]
solstice
Offline

Burgershot Member
Posts: 15
Threads: 4
Joined: Apr 2019
Reputation: 3
#5
2019-04-16, 11:46 PM
(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 :).
Hyder
Offline

Burgershot Member
Posts: 16
Threads: 2
Joined: Apr 2019
Reputation: 0
#6
2019-04-18, 11:34 AM
I think this should be in #filterscripts
solstice
Offline

Burgershot Member
Posts: 15
Threads: 4
Joined: Apr 2019
Reputation: 3
#7
2019-04-18, 08:33 PM (This post was last modified: 2019-04-18, 08:34 PM by solstice.)
(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.
RajatAsthana
Offline

Burgershot Member
Posts: 9
Threads: 2
Joined: Apr 2019
Reputation: 1
Location: India
#8
2019-04-19, 01:21 PM
Well good job.. It will help newbies.But I think you must make a tutorial instead of uploading it in gamemode section.. Anyways GG +rep
Code:
OnPlayerConnect(playerid)
{
new PlayerName[25];
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
Ban(playerid);
printf("%s was Banned :p", PlayerName);
return 1;
}
Jesus Justice
Offline

Burgershot Member
Posts: 5
Threads: 1
Joined: May 2021
Reputation: 0
Location: Russia
#9
2021-05-15, 09:25 PM
Thank You Man.
Good Start
« Next Oldest | Next Newest »



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode