Commands/Lua

Reference for console commands, Lua hooks and Lua commands in CS2D.

CS2D Command CS2D Console Commands

Lua Hook Lua Hooks

Category: player (56)

Lua Hook hostagerescue

Categories

Parameters

  • id: player id (who rescued the hostage)
  • x: rescue tile x (tiles)
  • y: rescue tile y (tiles)

Info

When a hostage is being rescued by a counter-terrorist player (either by making it walk over an Info_CT entity or by making it walk over an Info_RescuePoint entity).
x and y contain the rescue tile position (in tiles).

id is the ID of the player, who rescued the hostage. This is always the player the hostage was following while reaching the specified tile.

Return Values

none - related action(s) [if there are any] performed by CS2D cannot be altered/omitted

Lua Command Lua Commands