Garry's Mod Wiki

Entity:SetNetworkOrigin

  Entity:SetNetworkOrigin( Vector origin )

Description

Virtually changes entity position for clients. Does almost the same thing as Entity:SetPos when used serverside.

Unlike Entity:SetPos it directly changes the position without checking for any unreasonable position.

Arguments

1 Vector origin
The position to make clients think this entity is at.