StartServer

From Soldat Community Wiki
Revision as of 12:20, 15 August 2012 by Freeman (talk | contribs) (Created page with "===From the Scripting Manual=== ''procedure StartServer;'' '''Parameter Info:''' None '''Description:''' This function will start the Soldat Server. IMPORTANT: Ma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

From the Scripting Manual

procedure StartServer;

Parameter Info:
 None

Description:
 This function will start the Soldat Server.
 IMPORTANT: Make sure the server has already shutdown before executing this function!
     

Examples

StartServer;


External Links