Commit Graph

39 Commits

Author SHA1 Message Date
RD42
ed7889a021 [bot] Fix compilation errors 2024-10-27 22:10:24 +08:00
RD42
25cd6aa9c4 [saco] Implement n_GetPlayerFacingAngle(...) 2024-10-09 23:42:27 +08:00
RD42
02b4a7b509 [bot] Implement/match n_KillTimer(...)
* Implement/match `CScriptTimers::Kill(...)`
2024-08-29 23:15:47 +08:00
RD42
323f51a166 [bot] Implement/match n_SetTimer(...)
* Implement/match `CScriptTimers::New(...)`
2024-08-29 23:14:15 +08:00
RD42
402d3944e1 [bot] Implement/match n_GetDistanceFromMeToPoint(...)
* Implement/match `CNetGame::GetDistanceFromMeToPoint(...)`
2024-07-08 18:03:56 +08:00
RD42
dc4688d7bb [bot] Implement/match n_IsPlayerStreamedIn(...) 2024-07-08 18:02:21 +08:00
RD42
6ead220db3 [bot] Implement/match n_GetPlayerSpecialAction(...)
* Implement/match `CNetGame::GetPlayerSpecialAction(...)`
2024-07-08 18:01:38 +08:00
RD42
72a7c19498 [bot] Implement/match n_GetMyPos(...)
* Implement/match `CNetGame::GetMyPos(...)`
2024-07-07 22:40:49 +08:00
RD42
8a4b1ed7a0 [bot] Implement/match n_SetMyPos(...)
* Implement/match `CNetGame::SetMyPos(...)`
2024-07-07 22:37:45 +08:00
RD42
831b304f20 [bot] Implement/match n_GetMyFacingAngle(...)
* Rename `unnamed_9` to `byteState`
* Implement/match `CNetGame::GetMyZAngle()`
* Update `CNetGame::Init(...)`
2024-07-07 22:35:03 +08:00
RD42
148efc2fa6 [bot] Implement/match n_GetPlayerKeys(...)
* Implement/match `CNetGame::GetPlayerKeys(...)`
2024-07-06 22:45:04 +08:00
RD42
71204c1c49 [bot] Implement/match n_IsVehicleStreamedIn(...)
* Rename `field_84D0` to `m_bVehicleSlotState`
* Implement/match `CNetGame::IsVehicleAdded(...)`
2024-07-05 22:43:08 +08:00
RD42
7b974d6b4c [bot] Implement/match n_GetPlayerArmour(...)
* Implement/match `CNetGame::GetPlayerArmour()`
2024-07-03 23:24:36 +08:00
RD42
94ab5b9437 [bot] Implement/match n_GetPlayerHealth(...)
* Implement/match `CNetGame::GetPlayerHealth(...)`
2024-07-03 23:23:15 +08:00
RD42
61f5b2ffc4 [bot] Implement/match n_IsPlayerInRangeOfPoint(...) 2024-07-01 23:04:33 +08:00
RD42
6de6425aeb [bot] Implement/match n_GetPlayerArmedWeapon(...)
* Implement/match `CNetGame::GetPlayerArmedWeapon(...)`
2024-07-01 23:03:22 +08:00
RD42
c264951e74 [bot] Implement/match n_GetPlayerVehicleID(...)
* Implement/match `CNetGame::GetPlayerVehicleID(...)`
2024-07-01 23:01:21 +08:00
RD42
3930e321c9 [bot] Implement/match n_GetPlayerPos(...)
* Implement `CNetGame::GetPlayerPos(...)`
2024-07-01 22:59:50 +08:00
RD42
af0e2d04fe [bot] Remove asin element in custom_Natives 2024-06-30 22:32:54 +08:00
RD42
979c785029 [bot] Implement/match n_GetPlayerState(...)
* Rename `unnamed_8` to `bytePlayerState`
* Implement/match `CNetGame::GetPlayerState(...)`
2024-06-29 22:53:05 +08:00
RD42
08e445569c [bot] Implement n_SendCommand(...)
* Implement `CNetGame::SendCommand(...)`
2024-06-29 22:47:25 +08:00
RD42
db20065e56 [bot] Implement n_SendChat(...)
* Implement `CNetGame::SendChat(...)`
2024-06-29 22:45:28 +08:00
RD42
5d75008e6d [bot] Implement n_ResumeRecordingPlayback(...)
* Implement `CNetGame::ResumeRecordingPlayback()`
2024-06-29 22:41:19 +08:00
RD42
b1920ee36e [bot] Implement n_PauseRecordingPlayback(...)
* Implement `CNetGame::PauseRecordingPlayback()`
2024-06-29 22:38:46 +08:00
RD42
7d46ed86fa [bot] Fix/match n_IsPlayerConnected(...) 2024-06-26 22:56:41 +08:00
RD42
9de4780943 [bot] Implement n_format(...)
* Implement `format_amxstring(...)`
* Implement `get_amxaddr(...)`
* Implement `AddString(...)`
* Implement `AddFloat(...)`
* Implement `AddInt(...)`
* Implement `AddHex(...)`
* Implement `AddBin(...)`
* Implement `__WHOA_DONT_CALL_ME_PLZ_K_lol_o_O()`
* Implement `atcprintf(...)`
2024-06-25 22:37:19 +08:00
RD42
a58e45731c [bot] Implement n_GetPlayerName(...)
* Implement `set_amxstring(...)`

* Implement `CPlayerPool::GetPlayerName(...)`
2024-06-08 21:56:00 +08:00
RD42
36792cec63 [bot] Implement n_IsPlayerStreamedIn(...) 2024-06-08 21:52:14 +08:00
RD42
a25cec876a [bot] Implement n_SetMyFacingAngle(...) 2024-06-08 21:44:51 +08:00
RD42
e4770acd44 [bot] Implement n_IsPlayerConnected(...) 2024-06-01 18:40:37 +08:00
RD42
0e726e656e [bot] Implement n_StopRecordingPlayback(...) 2024-06-01 18:37:04 +08:00
RD42
a817a56c7b [bot] Implement n_printf(...) 2024-05-31 23:08:45 +08:00
RD42
bd29ad78ec [bot] Implement n_print(...) 2024-05-31 23:08:29 +08:00
RD42
663c0fe374 [bot] Implement n_GetTickCount(...) 2024-05-31 23:07:44 +08:00
RD42
bbfa58c5ec [bot] Implement n_atan2(...) 2024-05-31 23:07:24 +08:00
RD42
1af18eab0c [bot] Implement n_atan(...) 2024-05-31 23:07:10 +08:00
RD42
346395ee49 [bot] Implement n_acos(...) 2024-05-31 23:06:56 +08:00
RD42
45c64be31d [bot] Implement n_asin(...) 2024-05-31 23:06:27 +08:00
RD42
98f93f88bb [bot] Scripting function stubs 2024-03-12 23:46:02 +08:00