User contributions for Honey
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
26 October 2014
- 11:2711:27, 26 October 2014 diff hist +1,108 N Scripting/Squirrel/Functions/GetPlayerIDFromName Created page with "== Syntax == <pre>GetPlayerIDFromName( string name )</pre> ---- == Arguments == * ''string'' '''name''' - Player Name ---- == Example == The Following example will tell..."
7 September 2014
- 09:2009:20, 7 September 2014 diff hist +401 N OnServerStop Created page with "== Syntax == <pre>onServerStop()</pre> ---- == Arguments == * ''None'' ---- == Example == The Following Example Will Print "The Server Is Closing" When The Server Is C..."
- 09:1409:14, 7 September 2014 diff hist +376 N OnServerStart Created page with "== Syntax == <pre>onServerStart()</pre> ---- == Arguments == * ''None'' ---- == Example == The following example will print "Hello World!" when the server is started. <sour..."
8 August 2014
- 18:0318:03, 8 August 2014 diff hist −102 Scripting/Squirrel/Functions/Pickup.ID Blanked the page
- 18:0018:00, 8 August 2014 diff hist +18 Scripting/Squirrel/Functions/Pickup.ID -Message = Used to Send a message to every online player of the server.
- 17:5817:58, 8 August 2014 diff hist +84 N Scripting/Squirrel/Functions/Pickup.ID - onPickupPickedUp - It is a function that is called when a player picks up a pickup.It doesn't matter what the pickup's ID is.As long as it's a pickup this function will be called.