Fixed ID for players

Hi, look I’m looking for a way to leave the ID of the players in a static way, that is, every time they enter the server in my community, I do not assign a different ID, but I have not been able to solve this problem, if someone can give me a hand

1 Like

@LokoGumba store them in a DB with identifiers like steam, IP, discord, etc.

2 Likes

Server IDs increment one every time a player joins the server. There is no no to make it static. There also isn’t a reason to need it be static.

if I have everything in a sql database the only problem is that, I need them to be fixed, for the subject of reports, bans and others to control a little the administrators

I know what can be done, because a Spanish server where I play called despitaos, has it so established, we want it to be so because when managing issues of reports, bans etc it is easier for us, than when saying esque is this guy, how do you know when he has an ID every time he enters the server, I do not know if I explain

This is been talked about and explain many times in the past. The server id gets incremented every time a user joins the server whether they have been on the server before or are new. Again there isn’t a reason to have a static id. Each user has a name, a unique steam id, a unique license that can all be used.

I cant understand what you are trying to say. Take a look at vRP.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.