native attach_view(iIndex, iTargetIndex);
iIndex | Client index |
iTargetIndex | Index of entity to attach to |
Attaches a clients viewport to an entity.
To reset the clients viewport, call this function with the client index as the target entity.
If the client index is not within the range of 1 to MaxClients, or the client is not connected, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.