copyToClipboard – Talk

From Bohemia Interactive Community
Revision as of 02:15, 18 February 2014 by Icomrade01 (talk | contribs) (Works If Executed on a Dedicated Server)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This command will work if executed by the dedicated server in a multiplayer environment.

if (isServer) then {copyToClipboard "Hello world";};