hook is not working. Why? Is it only for me?
I already have another ReAPI hooks working fine.
I already have another ReAPI hooks working fine.
Код:
#include <amxmodx>
#include <reapi>
public plugin_init()
{
RegisterHookChain(RG_CBasePlayer_SetClientUserInfoName, "fw_PlayerChangeName", 0)
}
public fw_PlayerChangeName(id, const infobuffer[], const szNewName[])
{
client_print(0, print_chat, "test %d", id)
}
Последнее редактирование: