About the plugin_end, I run this code:
PHP Code:
public plugin_end()
{
new players[32], num, id
get_players(players, num)
for(--num; num >= 0; num--)
{
id = players[num]
reset_client(id)
log_amx("END")
}
}
But I never see END in my console, I test it on local(new game) with bots. Why so and whats wrong?
Second thing, when someone is talking you can see his name in side of you screen with colors for teams, is there a way to alter these colors for specific players?
__________________