Add game script netevent
This commit is contained in:
@@ -949,3 +949,9 @@ function setPlayerHeadLookPosition(client, position) {
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
|
||||
function sendPlayerGameScriptState(client, scriptName, state) {
|
||||
triggerNetworkEvent("vrr.gameScript", client, scriptName, state);
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
Reference in New Issue
Block a user