15.09.2010, 15:11
pawn Код:
if(strfind(PlayerName,"thomas") != -1)
{
if(strfind(PlayerName,"PWNA") != -1)
{
if(strfind(PlayerName,"Gamer") != -1)
{
also i got
new playername
if(strfind(PlayerName,"thomas") != -1)
{
if(strfind(PlayerName,"PWNA") != -1)
{
if(strfind(PlayerName,"Gamer") != -1)
{
new PlayerName[24]; //Max size of a player name is 24 characters long
GetPlayerName(playerid, PlayerName, sizeof(PlayerName)); //Detects the name