Name Comparing stock
#1

Well i just made this stock to compair names i dont know if it works but you can tell me ^_^

pawn Код:
stock CompareName(playerid, name2[])
{
new
name[ MAX_PLAYER_NAME ];
GetPlayerName(playerid, name, sizeof(name));
if(!strcmp(name, name2, false, MAX_PLAYER_NAME)) return true;
return false;
}
Credits:
//exora for fixing it
IamNotKoollll
Reply


Messages In This Thread
Name Comparing stock - by IamNotKoolllll - 24.04.2010, 21:21
Re: Name Comparing stock - by Nero_3D - 24.04.2010, 21:24
Re: Name Comparing stock - by woot - 24.04.2010, 21:25
Re: Name Comparing stock - by IamNotKoolllll - 24.04.2010, 21:30

Forum Jump:


Users browsing this thread: 1 Guest(s)