How to create ? Help please
#1

I want to make this for a player that can not use the nickname [ADMINISTRATOR]
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!");
}
is this true?
sorry for my bad english
Reply


Messages In This Thread
How to create ? Help please - by Shinta307 - 07.12.2014, 04:55
Re: How to create ? Help please - by DrumYum - 07.12.2014, 05:00
Re: How to create ? Help please - by ATGOggy - 07.12.2014, 05:03
Re: How to create ? Help please - by Shinta307 - 07.12.2014, 05:03
Re: How to create ? Help please - by Shinta307 - 07.12.2014, 05:06
Re: How to create ? Help please - by ATGOggy - 07.12.2014, 05:14
Re: How to create ? Help please - by Shinta307 - 07.12.2014, 05:58

Forum Jump:


Users browsing this thread: 1 Guest(s)