AMX Mod X API Documentation

Signature
native rg_plant_bomb(const index, Float:vecOrigin[3], Float:vecAngles[3] = {0.0, 0.0, 0.0});
Description

Plant a bomb.

Parameters
  • index Owner index or 0 for worldspawn.
  • origin The origin of the bomb where it will be planted.
  • angles The angles of the planted bomb.
Returns

Index of bomb entity or AMX_NULLENT (-1) otherwise

Назад
Верх