07.12.2014, 04:55
I want to make this for a player that can not use the nickname [ADMINISTRATOR]
is this true?
sorry for my bad english
pawn Код:
if (strfind (playername, "_", true) == -1)
{
SendClientMessageEx (playerid, COLOR_LIGHTBLUE, "Connection refused. Enter the name in the correct format Example: Joko_Widodo");
}
if (strfind (playername, "[ADMINISTRATOR]", true) == -1)
{
SendClientMessageEx (playerid, COLOR_LIGHTBLUE, "Connection refused. Because you are not admin!");
}
sorry for my bad english