[Solved]Only working for clan members?
#7

Quote:
Originally Posted by Don Correlli
This was asked and answered many times in the old script request topics, search for it there.
Thanks, Searched in the old ones (Dusty :P) and found it
pawn Код:
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
if(strfind(pName, "[NWA]", true) == 0)
{
  //What happens if they found the name tag in players name?
}
else
{
  //What happens if the tag isn't in the players name?
}
Reply


Messages In This Thread
[Solved]Only working for clan members? - by bajskorv123 - 12.02.2010, 13:50
Re: Only working for clan members? - by VonLeeuwen - 12.02.2010, 13:54
Re: Only working for clan members? - by bajskorv123 - 12.02.2010, 14:00
Re: Only working for clan members? - by VonLeeuwen - 12.02.2010, 14:01
Re: Only working for clan members? - by bajskorv123 - 12.02.2010, 14:02
Re: Only working for clan members? - by Correlli - 12.02.2010, 14:02
Re: Only working for clan members? - by bajskorv123 - 12.02.2010, 14:06

Forum Jump:


Users browsing this thread: 2 Guest(s)