Vice Underdogs

Scripting => Scripting Support => Topic started by: Mahmut_Tuncer on May 26, 2018, 10:21:26 am

Title: I need Register System
Post by: Mahmut_Tuncer on May 26, 2018, 10:21:26 am
 :( I need Register System I can find anywhere
Title: Re: I need Register System
Post by: mairee on May 26, 2018, 10:52:14 am
why did you shift from vcmp forum to here :(
need to stop using this forum too
Title: Re: I need Register System
Post by: Radon on May 26, 2018, 08:25:14 pm
:( I need Register System I can find anywhere

Here:








































































(https://sd.keepcalm-o-matic.co.uk/i-w600/how-about-a-nice-big-cup-of-shut-the-fuck-up-5.jpg)
Title: Re: I need Register System
Post by: Zeeshan.Bhatti on May 26, 2018, 10:10:45 pm
You are at right place!
**GET A LIFE PLS**
Title: Re: I need Register System
Post by: WiLsOn on May 26, 2018, 10:12:51 pm
I hope these insults motivate you...
Title: Re: I need Register System
Post by: KILLERX. on May 26, 2018, 11:11:34 pm
http://forum.vc-mp.org/?topic=224.0
Title: Re: I need Register System
Post by: hotdogcat on May 27, 2018, 03:00:18 pm
Here you go:

Code: [Select]
if (cmd == "register")
{
if(!text) MessagePlayer("[#FF0000]Syntax: /register <password>",player);
else MessagePlayer("[#00FF00]Congratulations! You have been registred, Password: "+text,player);
}
Title: Re: I need Register System
Post by: PunkNoodle on May 27, 2018, 03:52:17 pm
Here you go:

Code: [Select]
if (cmd == "register")
{
if(!text) MessagePlayer("[#FF0000]Syntax: /register <password>",player);
else MessagePlayer("[#00FF00]Congratulations! You have been registred, Password: "+text,player);
}
Unhashed passwords... unsafe! :thumbsdown:
Title: Re: I need Register System
Post by: OmaRosh on May 27, 2018, 09:09:33 pm
Here you go:

Code: [Select]
if (cmd == "register")
{
if(!text) MessagePlayer("[#FF0000]Syntax: /register <password>",player);
else MessagePlayer("[#00FF00]Congratulations! You have been registred, Password: "+text,player);
}
Unhashed passwords... unsafe! :thumbsdown:
Well this script doesn't store unhashed passwords so it's (safe)   >:D