15.12.2011, 18:52
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
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");