AMX Mod X API Documentation

Signature
native rh_drop_client(const index, const message[] = "");
Description

Kicks a client from server with message

Parameters
  • index Client index
  • message Message that will be sent to client when it is deleted from server
No return value
Назад
Верх