Go to your server folder open "scriptfiles" folder then "users" and find Joey_Owner, Change it to Joey_...Put here what you want... and rejoin and it works
or if you want that lastnames aren't used then remove this part. do as i say
ctrl + f - type in: public onplayerconnect
now look down until you see something like
Код:
new namestring = strfind(plname, "_", true);
if(namestring == -1)
{
SendClientMessage(playerid, COLOR_YELLOW2, "Immigration Department: Your name is not acceptable.");
SendClientMessage(playerid, COLOR_YELLOW2, "Hint: Your name must be in the format Firstname_Lastname.");
Kick(playerid);
return 1;
}
delete it, compile, restart server, run, Done