AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   Solved UserId max value (https://forums.alliedmods.net/showthread.php?t=321805)

Dragokas 03-01-2020 01:05

UserId max value
 
Hi,

what are GetClientUserId() min and max values?

MAGNAT2645 03-01-2020 01:17

Re: UserId max value
 
It might be same bounds as integer.

DJ Tsunami 03-01-2020 05:03

Re: UserId max value
 
Although the Valve Developer Wiki says it's a plain integer, if you look at the Source Game Events you'll see userid is usually denoted as a short, meaning a 16-bit integer. An unsigned 16-bit integer ranges from 0 to 65535.

Dragokas 03-01-2020 05:24

Re: UserId max value
 
Thanks.


All times are GMT -4. The time now is 16:04.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.