18.09.2017, 07:40
it's to do with
where it could be
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.
Код:
if(numchars < MAX_CHARACTERS)
Код:
if(numchars < MAX_CHARACTERS||numchars < PlayerCharLimit[playerid])
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.