View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-08-2024 , 22:23   Re: Long type support in Sourcemod?
Reply With Quote #2

...32bit program.
There is tricks, to use array size 2. Higher value and lower value.
SM formattime is able to use those.

*edit
64bit string to int... hmmm

https://sm.alliedmods.net/new-api/string/Int64ToString
https://sm.alliedmods.net/new-api/string/StringToInt64


https://github.com/alliedmodders/sourcemod/pull/1511




https://sm.alliedmods.net/new-api/keyvalues/KvGetUInt64

https://sm.alliedmods.net/new-api/keyvalues/KvSetUInt64
__________________
Do not Private Message @me

Last edited by Bacardi; 02-08-2024 at 23:27.
Bacardi is offline