Add game script netevent

This commit is contained in:
Vortrex
2021-08-24 19:53:13 -05:00
parent 08c1d68cc2
commit e4d3710327

View File

@@ -949,3 +949,9 @@ function setPlayerHeadLookPosition(client, position) {
} }
// =========================================================================== // ===========================================================================
function sendPlayerGameScriptState(client, scriptName, state) {
triggerNetworkEvent("vrr.gameScript", client, scriptName, state);
}
// ===========================================================================