Scripting/Squirrel/Functions/SetShowOnlyTeamMarkers

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing

This function will set the player's tag visible to only his/her team.

Syntax

SetShowOnlyTeamMarkers ( bool );

Arguments

bool True / false.

Example

function onScriptLoad ()
{
SetShowOnlyTeamMarkers( true );
print ( "Printing out the new state " + GetShowOnlyTeamMarkers() + "!");
}

- Xmair. - Text misplacement fixed. [ Doom_Kill3R ]

Notes

Call onScriptLoad and GetShowOnlyTeamMarkers were used in this example.

Related Functions