SA-MP Forums Archive
Players constantly getting "Unacceptable NickName" error but it is valid - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Players constantly getting "Unacceptable NickName" error but it is valid (/showthread.php?tid=648164)



- Admireal - 16.01.2018

Players constantly getting "Unacceptable NickName" error but it is valid

I am using Linux.


Re: Players constantly getting "Unacceptable NickName" error but it is valid - MP2 - 17.01.2018

Can those players join other servers with the same nickname? Do you have a custom nickname validation script somewhere? What is the exact message shown to players? Is it the actual SA-MP validation or a custom one?


Re: Players constantly getting "Unacceptable NickName" error but it is valid - Admireal - 21.01.2018

I don't know but my players name is smooth.
Plase help


Re: Players constantly getting "Unacceptable NickName" error but it is valid - Ritzy2K - 21.01.2018

Is it a roleplay script?


Re: Players constantly getting "Unacceptable NickName" error but it is valid - Admireal - 23.01.2018

No, is CnR script.
I wrote.


Re: Players constantly getting "Unacceptable NickName" error but it is valid - RogueDrifter - 23.01.2018

Show OnPlayerConnect?


Re: Players constantly getting "Unacceptable NickName" error but it is valid - Admireal - 23.01.2018

Quote:
Originally Posted by RogueDrifter
Посмотреть сообщение
Show OnPlayerConnect?
Код:
public OnPlayerConnect(playerid)
{
pInfo[playerid][psRob] = 0;

RemoveBuildingForPlayer(playerid, 11372, -2076.4375, -107.9297, 36.9688, 0.25);
RemoveBuildingForPlayer(playerid, 11014, -2076.4375, -107.9297, 36.9688, 0.25);

return 1;
}



Re: Players constantly getting "Unacceptable NickName" error but it is valid - RogueDrifter - 23.01.2018

Are u using any other filterscripts/fishy plugins?


Re: Players constantly getting "Unacceptable NickName" error but it is valid - Ritzy2K - 23.01.2018

Quote:
Originally Posted by Admireal
Посмотреть сообщение
No, is CnR script.
I wrote.
Did you wrote it from scratch? :/


Re: Players constantly getting "Unacceptable NickName" error but it is valid - Admireal - 24.01.2018

Quote:
Originally Posted by RogueDrifter
Посмотреть сообщение
Are u using any other filterscripts/fishy plugins?
I am using this plugins: Streamer, Mysql, Sscanf, SKY

Quote:
Originally Posted by Ritzy
Посмотреть сообщение
Did you wrote it from scratch? :/
Yes