AMX Mod X API Documentation

Signature
native ns_get_spawn(team, number = 0, Float:ret[3]);
Description

Gets spawn point for specified team (type).

Notes
  • If:

    Team is equal to 0:

    Ready room spawns are returned.

    Team is greater than 0:

    Spawns for the team are returned.

    Number is equal to 0:

    Total number of spawns is returned.

    Number is greater than 0:

    The location of the specified spawn is returned.

Назад
Верх