native get_user_info(index, const info[], output[], len);
index | Client index |
info | Info key |
output | Buffer to copy value to |
len | Maximum size of the buffer |
Gets info from the client.
Number of cells written to buffer
If the index is not within the range of 1 to MaxClients or the client is not connected, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.