30.03.2016, 11:21
Do you have anything that shows the dialog or message when they get the password wrong?
Try this
Try this
pawn Код:
new string [128];
format(string, sizeof(string), "guestaccount_%d", playerid);
SetPlayerName(playerid, string);