native

set_user_info

Syntax

native set_user_info(index, const info[], const value[]);

Description

Sets info on the client.

Parameters

index Client index
info Info key
value New value

Return

This function has no return value.

Error

If the index is not within the range of 1 to MaxClients or
the client is not connected, an error will be thrown.