User contributions for Franklin
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
8 August 2014
- 14:4514:45, 8 August 2014 diff hist +724 N OnPlayerSpawn Created page with "This is called when a player spawns. == Syntax == <pre>function onPlayerSpawn( player )</pre> == Parameters == * '''player''' - The pointer of the player == Example == T..."
- 14:3914:39, 8 August 2014 diff hist +794 N OnPlayerHealthChange Created page with "This is called when player's health amount changes. == Syntax == <pre>function onPlayerHealthChange( player, lastHP, newHP )</pre> == Parameters == * '''player''' - The po..."
- 14:3414:34, 8 August 2014 diff hist −2 OnPlayerMove No edit summary
- 14:3414:34, 8 August 2014 diff hist +4 OnPlayerMove No edit summary
- 14:3214:32, 8 August 2014 diff hist +933 N OnPlayerMove Created page with "__NOTOC__ This is called when a player moves on foot or as a passenger. == Syntax == <code>function onPlayerMove( player, oldX, oldY, oldZ, newX, newY, newZ )</code> == Par..."
29 July 2014
- 23:3423:34, 29 July 2014 diff hist 0 OnPlayerJoin No edit summary
- 23:3323:33, 29 July 2014 diff hist 0 OnPlayerPart No edit summary
- 23:3223:32, 29 July 2014 diff hist 0 OnPlayerTeamKill No edit summary
- 23:3223:32, 29 July 2014 diff hist 0 OnPlayerKill No edit summary
- 23:3123:31, 29 July 2014 diff hist 0 OnPlayerDeath No edit summary
- 23:2823:28, 29 July 2014 diff hist +644 N OnPlayerDeath Created page with "This is called when a player dies. e.g.: drowned or self-kill. == Syntax == <pre>function onPlayerDeath( player, reason )</pre> == Arguments == * '''player''' - player's p..."
26 July 2014
- 19:5419:54, 26 July 2014 diff hist +80 OnPlayerPart No edit summary
- 19:5219:52, 26 July 2014 diff hist +652 N OnPlayerPart Created page with "This is called when a player disconnects from the server. == Syntax == <pre>function onPlayerPart( player, reason )</pre> == Arguments == * '''player''' - The pointer of t..."
- 19:4119:41, 26 July 2014 diff hist −22 OnPlayerKill No edit summary
- 19:3819:38, 26 July 2014 diff hist +904 N OnPlayerTeamKill Created page with "This event is called when a player kills another player from the same team. == Syntax == <pre>function onPlayerTeamKill( killer, player, reason, bodypart )</pre> == Argumen..."
25 July 2014
- 15:2315:23, 25 July 2014 diff hist +433 Scripting/Squirrel/Functions/BanIP No edit summary
- 14:5414:54, 25 July 2014 diff hist −1 Scripting/Squirrel/Functions/cRGB No edit summary
- 14:5214:52, 25 July 2014 diff hist +330 Scripting/Squirrel/Functions/Vector No edit summary
24 July 2014
- 19:2419:24, 24 July 2014 diff hist +1 OnScriptLoad No edit summary
- 19:2319:23, 24 July 2014 diff hist +1 OnScriptUnload No edit summary
- 19:2219:22, 24 July 2014 diff hist +128 N OnScriptUnload Created page with "== Example == <source lang="squirrel"> function onScriptUnload() { print( "Squirrel Script closed successfully" ); } </source>"
- 18:4118:41, 24 July 2014 diff hist +687 N OnPlayerJoin Created page with "This is called when a player joins the server. This is fired ''after'' data has been sent to the client. == Syntax == <pre>function onPlayerJoin( player )</pre> == Argument..."
- 16:0816:08, 24 July 2014 diff hist +935 N OnPlayerKill Created page with "This event is called every time a player kills another (and they're not in the same team). == Syntax == <pre>function onPlayerKill( killer, player, reason, bodypart )</pre>..."
- 15:5515:55, 24 July 2014 diff hist 0 Template:Scripting/Squirrel/Events/Player Events No edit summary
- 15:2015:20, 24 July 2014 diff hist +344 N Template:Scripting/Squirrel/Events/Vehicle Events Created page with "* onPlayerEnteringVehicle( player, vehicle, door ) * onPlayerEnterVehicle( player, vehicle, door ) * onPlayerExitVehicle( player, vehicle ) * onVehicleExplode..." current
- 15:1615:16, 24 July 2014 diff hist +117 N Template:Scripting/Squirrel/Events/Pickup Events Created page with "* onPickupClaimPicked( player, pickup ) * onPickupPickedUp( player, pickup ) * onPickupRespawn( pickup )"
- 15:1315:13, 24 July 2014 diff hist −8 Scripting/Squirrel/Events No edit summary
- 15:0815:08, 24 July 2014 diff hist +1 Scripting/Squirrel/Events No edit summary
- 15:0615:06, 24 July 2014 diff hist +839 N Template:Scripting/Squirrel/Events/Player Events Created page with "* onPlayerJoin( player ) * onPlayerPart( player, reason ) * onPlayerRequestClass( player, classID ) * onPlayerRequestSpawn( player ) * onPlayerSpawn( play..."
- 14:5614:56, 24 July 2014 diff hist +26 N OnScriptLoad() Franklin moved page OnScriptLoad() to OnScriptLoad current
- 14:5614:56, 24 July 2014 diff hist 0 m OnScriptLoad Franklin moved page OnScriptLoad() to OnScriptLoad
- 14:5414:54, 24 July 2014 diff hist 0 Template:Scripting/Squirrel/Events/Server Events No edit summary current
- 14:5114:51, 24 July 2014 diff hist −67 Scripting/Squirrel/Events No edit summary
- 14:5014:50, 24 July 2014 diff hist +127 N OnScriptLoad Created page with "== Example == <source lang="squirrel"> function onScriptLoad() { print( "Squirrel Script started successfully" ); } </source>"
- 14:4114:41, 24 July 2014 diff hist 0 Template:Scripting/Squirrel/Events/Server Events No edit summary
- 14:4014:40, 24 July 2014 diff hist +86 N Template:Scripting/Squirrel/Events/Server Events Created page with "* onServerStart() * onServerStop() * onScriptLoad() * onScriptUnload()"
- 14:3714:37, 24 July 2014 diff hist −79 Scripting/Squirrel/Events →Server Events
- 14:3514:35, 24 July 2014 diff hist +79 Scripting/Squirrel/Events →Server Events
- 14:2914:29, 24 July 2014 diff hist +334 N Scripting/Squirrel/Events Created page with "=== Server Events === {{Scripting/Squirrel/Events/Server Events}} === Player Events === {{Scripting/Squirrel/Events/Player Events}} === Vehicle Events === {{Scripting/Squirr..."