Hey.
I need some help on name changing. Saw some threads about names, points and stuff , but that's not exactly it. I need to block player from changing names, but still be able to change them myself when I need it.
This:
PHP Code:
public client_infochanged(id) {
return PLUGIN_HANDLED
}
blocks everything , and I need to bypass it somehow.