|
ttt_add_exception
|
native ttt_add_exception(item)
|
|
ttt_backpack_add
|
native ttt_backpack_add(owner, name[])
|
|
ttt_backpack_remove
|
native ttt_backpack_remove(owner, itemid)
|
|
ttt_backpack_show
|
native ttt_backpack_show(owner)
|
|
ttt_buymenu_add
|
native ttt_buymenu_add(const name[], const price, const team)
|
|
ttt_buymenu_show
|
native ttt_buymenu_show(owner)
|
|
ttt_clear_bodydata
|
native ttt_clear_bodydata(id)
|
|
ttt_command_add
|
native ttt_command_add(name[])
|
|
ttt_find_exception
|
native ttt_find_exception(item)
|
|
ttt_get_bodydata
|
native ttt_get_bodydata(id, BODY_DATA)
|
|
ttt_get_globalinfo
|
native ttt_get_globalinfo(GLOBAL_INFO)
|
|
ttt_get_item_id
|
native ttt_get_item_id(name[])
|
|
ttt_get_item_name
|
native ttt_get_item_name(item_id, name[], charsmax)
|
|
ttt_get_playerdata
|
native ttt_get_playerdata(id, PLAYER_DATA)
|
|
ttt_get_roundtime
|
native Float:ttt_get_roundtime()
|
|
ttt_get_specialcount
|
native ttt_get_specialcount(PLAYER_STATE)
|
|
ttt_get_stats
|
native ttt_get_stats(id, PLAYER_STATS)
|
|
ttt_get_warnings
|
native ttt_get_warnings(id, array[])
|
|
ttt_get_winner
|
native ttt_get_winner()
|
|
ttt_is_item_setup
|
native ttt_is_item_setup(ent)
|
|
ttt_item_setup_add
|
native ttt_item_setup_add(id, ent, time, owner, tracer, active, name[])
|
|
ttt_item_setup_get
|
native ttt_item_setup_get(setupid, array[])
|
|
ttt_item_setup_remove
|
native ttt_item_setup_remove(setupid)
|
|
ttt_item_setup_update
|
native ttt_item_setup_update(setupid, array[])
|
|
ttt_logging
|
native ttt_logging(LOG_MESSAGES, msg[])
|
|
ttt_register_cvar
|
native ttt_register_cvar(name[], string[], description[])
|
|
ttt_set_bodydata
|
native ttt_set_bodydata(id, BODY_DATA, newvalue)
|
|
ttt_set_globalinfo
|
native ttt_set_globalinfo(GLOBAL_INFO, newvalue)
|
|
ttt_set_playerdata
|
native ttt_set_playerdata(id, PLAYER_DATA, newvalue)
|
|
ttt_set_specialstate
|
native ttt_set_specialstate(id, PLAYER_STATE)
|
|
ttt_set_stats
|
native ttt_set_stats(id, PLAYER_STATS, newvalue)
|
|
ttt_set_warnings
|
native ttt_set_warnings(id, array[])
|
|
ttt_set_winner
|
native ttt_set_winner(team)
|