Hello all.
I write the script:
He wants to limit the length of the name players...PHP Code:
if (player.name.size > 10)
{
player.name = getsubstr(player.name, player.name.size, player.name.size-1);
player setClientCvar("ui_cvar", player.name);
}
But i have this error: "player field name is read-only:"