new Name[MAX_PLAYER_NAME];GetPlayerName(playerid, Name, sizeof(Name));if(!strcmp("GateOwner", Name, false)){ //stuff in here if the players name is GateOwner}