Garry's Mod Wiki

SetGlobalAngle

  SetGlobalAngle( any index, Angle angle )

Description

Defines an angle to be automatically networked to clients

There's a 4095 slots Network limit. If you need more, consider using the net library or SetGlobal2Angle. You should also consider the fact that you have way too many variables. You can learn more about this limit here: Networking_Usage
Running this function clientside will only set it clientside for the client it is called on!

Arguments

1 any index
Index to identify the global angle with
2 Angle angle
Angle to be networked