51 Commits

Author SHA1 Message Date
RD42
cace251a9d [server] Implement/match n_GetPlayerSurfingObjectID(...) 2024-09-18 23:42:13 +08:00
RD42
c972dd0ade [server] Implement/match n_GetPlayerSurfingVehicleID(...) 2024-09-18 23:40:57 +08:00
RD42
d60dc61013 [server] Implement/match n_GetPlayerName(...) 2024-09-18 23:39:33 +08:00
RD42
f74fc485c4 [server] Implement/match n_IsPlayerInAnyVehicle(...) 2024-09-18 23:37:53 +08:00
RD42
0afe0a4965 [server] Implement/match n_IsPlayerInVehicle(...) 2024-09-18 23:37:30 +08:00
RD42
caf15b5742 [server] Update n_SetPlayerCheckpoint(...) 2024-09-17 11:21:17 +08:00
RD42
4599988161 [server] Implement/match n_DisablePlayerRaceCheckpoint(...) 2024-09-17 11:19:57 +08:00
RD42
162f578667 [server] Implement/match n_DisablePlayerCheckpoint(...) 2024-09-17 11:19:31 +08:00
RD42
eb40d14ee8 [server] Implement/match n_SetPlayerCheckpoint(...) 2024-09-17 11:18:55 +08:00
RD42
a64870c79a [server] Implement/match n_IsPlayerInCheckpoint(...) 2024-09-17 11:17:30 +08:00
RD42
b7b3ee511b [server] Implement/match n_IsPlayerInRaceCheckpoint(...) 2024-09-17 11:16:39 +08:00
RD42
5be383d8ba [server] Implement/match n_GetPlayerInterior(...) 2024-09-17 11:14:41 +08:00
RD42
50997f9f03 [server] Implement/match n_SetSpawnInfo(...) 2024-09-15 23:22:20 +08:00
RD42
5675f1555b [server] Implement/match n_KillTimer(...)
* Implement/match `CScriptTimers::Kill(...)`
2024-06-24 23:20:29 +08:00
RD42
875dc0ed5c [server] Implement/match n_SetTimerEx(...)
* Implement/match `CScriptTimers::NewEx(...)`
2024-06-24 23:19:06 +08:00
RD42
f3446e9c36 [server] Implement/match n_SetTimer(...)
* Implement/match `CScriptTimers::New(...)`
2024-06-24 23:10:26 +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
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
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
RD42
9898ad12a8 [server] Implement and match n_SetNameTagDrawDistance(...) 2024-04-27 18:27:27 +08:00
RD42
44ac7453d4 [server] Implement and match n_DisableNameTagLOS(...) 2024-04-27 18:27:03 +08:00
RD42
7f97bd273f [server] Implement and match n_GetActorPoolSize(...) 2024-04-27 18:25:01 +08:00
RD42
026d199e61 [server] Implement and match n_GetVehiclePoolSize(...) 2024-04-27 18:21:27 +08:00
RD42
65ef695183 [server] Implement and match n_GetPlayerPoolSize(...) 2024-04-27 18:18:23 +08:00
RD42
fdd891098b [server] Implement and match n_IsPlayerNPC(...) 2024-04-27 18:17:22 +08:00
RD42
8283f96357 [server] Implement and match n_IsPlayerAdmin(...) 2024-04-27 18:16:08 +08:00
RD42
c7992ab797 [server] Implement n_GetMaxPlayers(...) 2024-04-26 22:18:00 +08:00
RD42
dc695e05d7 [server] Implement n_GetTickCount(...) 2024-04-26 22:17:27 +08:00