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