AMX Mod X API Documentation

Signature
native SetGlobalTransTarget(client);
Description

Sets the global language target.

Notes
  • This is useful for creating functions

    that will be compatible with the %l format specifier. Note that invalid

    indexes can be specified but the error will occur during translation,

    not during this function call.

Parameters
  • client Client index or LANG_SERVER
No return value
Назад
Верх