Vn_ms_fnc_spectator_enableClient

From Savage Game Design Wiki
Revision as of 22:39, 4 May 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= spectator |d= <pre>Enable specatator and move player to spectator group.</pre> |s= [_spectatorGroup] call vn_m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Wyqer, veteran29
Argument(s): n/a
Effect(s): unknown

Description

Enable specatator and move player to spectator group.

Syntax

Syntax
[_spectatorGroup] call vn_ms_fnc_spectator_enableClient;
Parameters
_spectatorGroup: Group - (Optional, default grpNull) Spectator group to move player to
Return value
Script (Handle) - Specator enable script

Examples

Example 1
[spectatorGroup] call vn_ms_fnc_spectator_enableClient