07.12.2014, 05:03
Use this:
PHP код:
if(strcmp(playername, "[ADMINISTRATOR], true,15)==0)
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Connection refused. Because you are not admin!");
}
if(strcmp(playername, "_", true,1)==0)
{
SendClientMessage (playerid, COLOR_LIGHTBLUE, "Connection refused. Enter the name in the correct format Example: Joko_Widodo");
}