07.09.2012, 23:59
i dont get the first question but the other
pawn Код:
new playername[MAX_PLAYER_NAME];
GetPlayerName(playerid, playername, sizeof(playername));
if(strcmp(playername,"Name"))
{
// something
}

