help please, thanks.
#2

it's to do with
Код:
if(numchars < MAX_CHARACTERS)
where it could be

Код:
if(numchars < MAX_CHARACTERS||numchars < PlayerCharLimit[playerid])
You will need to change in other areas to match this, such as where they select the character, and where they create their account.

Set PlayerCharLimit on creation, to MAX_CHARACTERS. Use the command to change PlayerCharLimit, and save it to the account, then make the login system load that limit once they login.
Reply


Messages In This Thread
help please, thanks. - by Puff - 18.09.2017, 06:46
Re: help please, thanks. - by Sew_Sumi - 18.09.2017, 07:40

Forum Jump:


Users browsing this thread: 1 Guest(s)