725 Commits

Author SHA1 Message Date
RD42
34e3becac1 [saco] Implement and match GamePool_GetObject() 2024-05-05 16:41:54 +08:00
RD42
261cd01e1d [saco] Implement and match GamePool_GetDummy() 2024-05-05 16:40:42 +08:00
RD42
2eaeae5b56 [saco] Implement and match GamePool_GetBuilding() 2024-05-05 16:39:28 +08:00
RD42
4db124b7d3 [saco] Match ProcessLineOfSight(...) 2024-05-05 16:37:48 +08:00
RD42
b2397256b8 [saco] Implement VehicleModel_SetEnvironmentMapHook() 2024-05-04 22:57:30 +08:00
RD42
f3e040cfc3 [saco] Implement CPlayerPed_ProcessCollision_Hook() 2024-05-04 22:56:40 +08:00
RD42
b5d2f63338 [saco] Implement Rand_Hook() 2024-05-04 22:55:06 +08:00
RD42
5b75400b9f [saco] Implement HOOK_6() 2024-05-04 22:52:42 +08:00
RD42
3e2c80c2b1 [saco] Implement CPlayerPed::HasAmmoForCurrentWeapon() 2024-05-03 22:10:53 +08:00
RD42
9894fd3ec7 [saco] Implement CPlayerPed::StartGoggles() 2024-05-03 22:10:08 +08:00
RD42
f6211221c4 [saco] Implement CPlayerPed::GiveWeapon(...) 2024-05-03 22:09:09 +08:00
RD42
653f8dcc16 [saco] Implement CPlayerPed::SetArmedWeapon(...) 2024-05-03 22:07:17 +08:00
RD42
1b274863d8 [saco] Implement CPlayerPed::GetAmmo() 2024-05-03 21:59:22 +08:00
RD42
d20bd16a24 [saco] Implement CPlayerPed::GetCurrentWeaponSlot() 2024-05-03 21:56:41 +08:00
RD42
8f763d8f30 [saco] Implement CPlayerPed::FindWeaponSlot(...) 2024-05-03 21:54:53 +08:00
RD42
7f0710a9d3 [saco] Implement CPlayerPed::StopGoggles() 2024-05-03 21:51:28 +08:00
RD42
c905d1dfb4 [saco] Implement CPlayerPed::HasGoggles() 2024-05-03 21:48:31 +08:00
RD42
4a6bdad74a [saco] Implement CTaskKillPedOnFootArmed constructor 2024-05-02 21:51:45 +08:00
RD42
c70e9f59c8 [saco] Implement CTaskGoToPoint constructor 2024-05-02 21:50:59 +08:00
RD42
4c400c51ed [saco] Implement CTaskGoggles constructor 2024-05-02 21:50:26 +08:00
RD42
e600a29d0c [saco] Implement CTaskTakeDamageFall constructor 2024-05-02 21:49:48 +08:00
RD42
b5e5b572d9 [saco] Implement CTaskJetpack constructor and destructor 2024-05-02 21:49:22 +08:00
RD42
161bc72d96 [saco] Implement CTask member functions 2024-05-02 21:47:10 +08:00
RD42
fc07affef6 [server] Implement and match n_AttachPlayerObjectToPlayer(...) 2024-04-28 22:35:56 +08:00
RD42
bed399209d [server] Implement and match n_EnableZoneNames(...) 2024-04-28 22:35:29 +08:00
RD42
d4b24be604 [server] Implement and match n_GetWeaponName(...) 2024-04-28 22:35:04 +08:00
RD42
7767dc226c [server] Implement and match n_SetGameModeText(...) 2024-04-28 22:34:20 +08:00
RD42
6996d316e6 [server] Implement and match n_SetTeamCount(...) 2024-04-28 22:33:57 +08:00
RD42
c249a1d0ac [server] Implement and match n_GameModeExit(...) 2024-04-28 22:33:31 +08:00
RD42
ea1a2cb2b3 [server] Implement and match n_gpci(...) 2024-04-28 22:32:25 +08:00
RD42
362480c54e [bot/saco/server] Rename static RPC functions 2024-04-28 21:00:12 +08:00
RD42
9cd7b2a0ba [server] Implement and match n_ShowPlayerMarkers(...) 2024-04-28 20:32:09 +08:00
RD42
658432bae0 [server] Implement and match n_ShowNameTags(...) 2024-04-28 20:31:49 +08:00
RD42
7e810757fa [server] Implement and match n_LimitPlayerMarkerRadius(...) 2024-04-28 20:31:18 +08:00
RD42
076e7fcf0e [server] Implement and match n_LimitGlobalChatRadius(...) 2024-04-28 20:30:54 +08:00
RD42
64eaba107a [server] Implement and match n_GetGravity(...) 2024-04-27 21:11:26 +08:00
RD42
798d8e1b50 [server] Implement and match n_AllowInteriorWeapons(...) 2024-04-27 21:11:03 +08:00
RD42
9e30ad1fce [server] Implement and match n_EnableVehicleFriendlyFire(...) 2024-04-27 21:10:38 +08:00
RD42
0ee6b84fd4 [server] Implement and match n_EnableTirePopping(...) 2024-04-27 21:10:12 +08:00
RD42
d36c02eb05 [server] Implement and match n_VectorSize(...) 2024-04-27 21:04:44 +08:00
RD42
4356777720 [server] Update server.vcproj 2024-04-27 21:01:52 +08:00
RD42
cfb5743246 [server] Implement and match n_atan(...) 2024-04-27 18:34:03 +08:00
RD42
b612f60138 [server] Implement and match n_atan2(...) 2024-04-27 18:33:27 +08:00
RD42
7ebc00cec1 [server] Implement and match n_acos(...) 2024-04-27 18:32:16 +08:00
RD42
970527a58a [server] Implement and match n_asin(...) 2024-04-27 18:31:51 +08:00
RD42
027db33883 [server] Implement and match n_AllowAdminTeleport(...) 2024-04-27 18:29:29 +08:00
RD42
124e2e895a [server] Implement and match n_SetDisabledWeapons(...) 2024-04-27 18:28:56 +08:00
RD42
2555feb8d4 [server] Implement and match n_SetDisabledWeapons(...) 2024-04-27 18:28:31 +08:00
RD42
36021314d4 [server] Implement and match n_UsePlayerPedAnims(...) 2024-04-27 18:28:11 +08:00
RD42
c1bcb48b31 [server] Implement and match n_DisableInteriorEnterExits(...) 2024-04-27 18:27:48 +08:00