Garry's Mod
Chara's library
28件中 11-20 を表示
< 1  2  3 >
更新: 2024年9月18日 @ 5時23分

version 2.8 | tested

-added "SetTable" and "GetTable" functions to network tables and retrieve them from CLIENT to SERVER (and other way around)

更新: 2024年9月17日 @ 11時10分

version 2.7 | tested

-functions "NewCvar" and "NewClientCvar" now accept boolean argument to make them accept integer instead of float values.

更新: 2024年9月16日 @ 10時31分

version 2.6 | tested

-added "Warning" function
-added a reminder (can be toggled off in settings)
-function "SendAd" now adds "AD - " before the addon name.

更新: 2024年9月15日 @ 12時16分

version 2.5 | tested

-added "HasTarget" function

更新: 2024年9月15日 @ 10時20分

version 2.4 | tested

-added "FCVAR_ARCHIVE" flag to "NewCvar()" function
-function "SetTarget" now has additional arguments and "Lerps" towards the angle instead of snapping to it.

更新: 2024年9月11日 @ 10時37分

version 2.3 | tested

-fixed client side convars not being used correctly

更新: 2024年9月3日 @ 15時00分

version 2.2 | tested

-added Lidar360 scan
-LidarScan now uses coroutine
-added horizontal/vertical scan types
-added confirmation autoconfirm option to 'CH_Lib' convar menu
-added lidar debug option to 'CH_Lib' menu

更新: 2024年8月29日 @ 7時39分

version 2.1 | tested

-added LidarScan() function for players which returns a table of entities hit by the lidar scan

更新: 2024年8月21日 @ 9時46分

version 2.0 | tested

-made "/aliases" and "/commands" print text with colours

-added "/mods" command to list all registered mods using RegisterMod() function

更新: 2024年8月16日 @ 7時37分

version 1.9 | untested

-added Confirm() function for creating a confirmation popup menu