new String:clientName[32];GetClientName(client, clientName, sizeof(clientName));or if you are formatting another string:Format(clientName, sizeof(clientName), "%N", client);