Add new script cvars system
This commit is contained in:
@@ -464,4 +464,10 @@ function updatePlayerPing(playerName, ping) {
|
||||
playerPing[playerName] = ping;
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
|
||||
function receiveClientVariablesFromServer(clientVariablesString) {
|
||||
serverData.cvars = JSON.parse(clientVariablesString);
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
Reference in New Issue
Block a user