From 0cb387bf0a2fca346b1de165defc107f22fb5c26 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 3 Dec 2007 03:24:33 +0000 Subject: [PATCH] added amb995 - garrysmod support --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401757 --- gamedata/sdktools.games.txt | 61 +++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/gamedata/sdktools.games.txt b/gamedata/sdktools.games.txt index b2d75206..18fa31a6 100644 --- a/gamedata/sdktools.games.txt +++ b/gamedata/sdktools.games.txt @@ -1028,4 +1028,65 @@ } } } + + /* Garry's Mod 10 - Windows only */ + "garrysmod" + { + "Offsets" + { + "GiveNamedItem" + { + "windows" "366" + } + "RemovePlayerItem" + { + "windows" "264" + } + "Weapon_GetSlot" + { + "windows" "262" + } + "Ignite" + { + "windows" "220" + } + "Extinguish" + { + "windows" "221" + } + "Teleport" + { + "windows" "99" + } + "CommitSuicide" + { + "windows" "394" + } + "GetVelocity" + { + "windows" "127" + } + "EyeAngles" + { + "windows" "119" + } + "AcceptInput" + { + "windows" "35" + } + "DispatchKeyValue" + { + "windows" "31" + } + "DispatchKeyValueFloat" + { + "windows" "30" + } + "DispatchKeyValueVector" + { + "windows" "29" + } + } + } } +