SA-MP Forums Archive
How to make players can choose any name, no need for FirstName_LastName - 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: How to make players can choose any name, no need for FirstName_LastName (/showthread.php?tid=526206)



How to make players can choose any name, no need for FirstName_LastName - EgyptForLife - 16.07.2014

Hello,

Well, i want to know how to remove the FirstName_LastName system, since i want to run RPG server and not RP. Plz any one can help me ? I don't know how to do it. Please help

The person who help me will get +rep. Plzzz help.


Re: How to make players can choose any name, no need for FirstName_LastName - Brentbad04 - 16.07.2014

Just Remove The IsRPName Function and Callback More Better to Show your Code So we can see what to remove


Re: How to make players can choose any name, no need for FirstName_LastName - sammp - 16.07.2014

With many systems for non RP name checks, under OnPlayerConnect it might be nested in an if statment such as

pawn Код:
if(RPNAME){//code}
Check for that under OnPlayerConnect.