[RP] One Username?

Whip

- FiveM Server Developer -
Nov 6, 2013
408
46
Hey Guys,
My RP has the proper RP register page but it's registering the users with 1 username? Is there a simple fix to this or do i just need a new RP register page
 

Data

Posting Freak
May 19, 2013
593
97
Since your footer says you are a 'Coder', you will have to modify your CMS's core, to allow firstname-lastname.
It is a minute job.
 

Whip

- FiveM Server Developer -
Nov 6, 2013
408
46
Since your footer says you are a 'Coder', you will have to modify your CMS's core, to allow firstname-lastname.
It is a minute job.

Alright sounds easy enough thanks mate i thought it might have been something to with a database query
 

Data

Posting Freak
May 19, 2013
593
97
Alright sounds easy enough thanks mate i thought it might have been something to with a database query
It is to do with the query, you just add another field & errors for that field.
And the main creation query in the VALUES do something like $_POST['reg_firstname'] . "-" . $_POST['reg_lastname'],
 

Users who are viewing this thread

Top