13.07.2010, 17:43
lol, use strcmp.
EDIT:
EDIT:
pawn Код:
if(!strcmp(HQInfo[i][Owner], pname, true))
{
// the same name
}
else
{
// not the same name
}