SA-MP Forums Archive
Minor Problem With RP Name - 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: Minor Problem With RP Name (/showthread.php?tid=303856)



Minor Problem With RP Name - BetaLaxx - 15.12.2011

Okey, So i got this little code that kicks the player if he doesn't have a RP name.
But the problem is, it shows the underscore _ In every chat which i don't want.
e.g Beta_Laxx Says: Hi
I want it like this. Beta Laxx Says: Hi

pawn Код:
SendClientMessage(playerid, COLOR_YELLOW2, "Your name is not acceptable.");
        SendClientMessage(playerid, COLOR_YELLOW2, "You're name must be in this format: Firstname_Lastname");



Re: Minor Problem With RP Name - KoczkaHUN - 15.12.2011

EDIT: Somebody was faster.


Re: Minor Problem With RP Name - BetaLaxx - 15.12.2011

Well, I added the stock, Now Can you show me the test variable on how to call it?


Re: Minor Problem With RP Name - BetaLaxx - 15.12.2011

Thanks.