User contributions for Kewun
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
17 November 2016
- 08:4308:43, 17 November 2016 diff hist +194 N OnObjectBump Created page with "<code> function onObjectBump(object,player) { MessagePlayer("You've bumped in to object id: "+object,player) } </code> This example will message player when he touches a o..."
- 08:4108:41, 17 November 2016 diff hist +205 N OnVehicleHealthChange Created page with "function OnVehicleHealthChange( vehicle, oldHP, newHP ) { Message("Vehicle: "+vehicle+"'s health has been changed to "+newHP+" from "+oldHP) } This will output a message w..."
- 08:3908:39, 17 November 2016 diff hist −19 OnObjectShot No edit summary
- 08:3808:38, 17 November 2016 diff hist +258 N OnObjectShot Created page with "[code] function onObjectShot( object, player, weapon ) { MessagePlayer("You've shot object id "+object+" with weapon id "+weapon,player) } [/code] This will Message the..."
- 08:3608:36, 17 November 2016 diff hist +185 N OnPlayerOnFireChange Created page with "function onPlayerOnFireChange( player, isOnFireNow ) { MessagePlayer("Your burn status: "+isOnFireNow,player) } This will message the player, when he is burning or n..."
6 July 2016
- 18:0818:08, 6 July 2016 diff hist +13 Scripting/Squirrel/Client Functions/Console::Print This example prins "Script unloaded" when scripts have unloaded.
- 18:0718:07, 6 July 2016 diff hist +137 N Scripting/Squirrel/Client Functions/Console::Print This example prins "Script unloaded" when scripts have unloaded.