Squirrel/Scripting Requests

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Server-side requests)
Line 9: Line 9:
 
** [[Squirrel/Server/Functions/Players/ColouredName|Player.ColouredName]] (From update 0.1.0.9 onwards) [[User:Juppi|Juppi]] 19:14, 26 January 2011 (UTC)
 
** [[Squirrel/Server/Functions/Players/ColouredName|Player.ColouredName]] (From update 0.1.0.9 onwards) [[User:Juppi|Juppi]] 19:14, 26 January 2011 (UTC)
  
* A Signal that will trigger when your vehicle or player move (onPlayerMove & onVehicleMove) with old xyz and new xyz
+
* <s>A Signal that will trigger when your vehicle or player move (onPlayerMove & onVehicleMove) with old xyz and new xyz</s>
 +
** Added events [[Squirrel/Server/Events/Player/onPlayerUpdate|onPlayerUpdate]] and [[Squirrel/Server/Events/Vehicle/onVehicleUpdate|onVehicleUpdate]] instead, these will be called every time an on foot, in car or unoccupied vehicle sync packet is received. (Update 0.1.0.9 onwards) [[User:Juppi|Juppi]] 17:11, 17 March 2011 (UTC)
  
 
== Client-side requests ==
 
== Client-side requests ==

Revision as of 18:11, 17 March 2011

Use this page to request functions, events or other features for LU/VU scripting.

Server-side requests

  • Player.ColouredName to be able to retrieve the names with the [#XXXXXX][#d] colours.
  • A Signal that will trigger when your vehicle or player move (onPlayerMove & onVehicleMove) with old xyz and new xyz
    • Added events onPlayerUpdate and onVehicleUpdate instead, these will be called every time an on foot, in car or unoccupied vehicle sync packet is received. (Update 0.1.0.9 onwards) Juppi 17:11, 17 March 2011 (UTC)

Client-side requests

  • Player.Spawn to be able to forcibly spawn the player using clientside scripts
  • Player.MouseFrozen to be able to Freeze the mouse (Useful for GUIs and Buttons, Since it moves your view now too)
Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox