12.02.2010, 14:06
Quote:
Originally Posted by Don Correlli
This was asked and answered many times in the old script request topics, search for it there.
|

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?
}