Move update nametag to SS client.js

This commit is contained in:
Vortrex
2020-12-25 02:46:00 -06:00
parent 36757fb622
commit 02739d2778

View File

@@ -150,4 +150,10 @@ addNetworkHandler("ag.veh.sync", function(client, syncId, position, heading) {
//}
});
// ---------------------------------------------------------------------------
function updatePlayerNameTag(client) {
triggerNetworkEvent("ag.nametag", null, client.name, getPlayerNameForNameTag(client), getPlayerColour(client), false, client.ping);
}
// ---------------------------------------------------------------------------