View Issue Details

IDProjectCategoryView StatusLast Update
0000501ServerGrand Theft Auto IVpublic2024-03-03 11:40
ReporterDiego Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Platformx64OSWindowsOS Version11
Product Version1.5.3 
Summary0000501: A way to check for clients using trainers (If trainers are enabled on the server)
Description

Suggestion: Having a way to check to see if a player is using a trainer would be a great addition to the scripting API.

Possible use cases?
1: Only allow administrators to use trainers, else kick the player.
if(notAdmin(player) && usingTrainer(player) return KickPlayer()

2: On a trainer-allowed server, maybe on the server list have a marker showing that they are using one.

3: If the player is using a trainer, show special messages, or give them access to special commands.

Something like playerelement.usingTrainer; // (read only / returns true-false)
or server.isUsingTrainer(element); // returns true/false

Steps To Reproduce

n/a

Additional Information

n/a

TagsAnticheat, GTA 4, Scripting, Suggestion
Game

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-12-11 05:25 Diego New Issue
2023-12-11 05:25 Diego Tag Attached: Anticheat
2023-12-11 05:25 Diego Tag Attached: GTA 4
2023-12-11 05:25 Diego Tag Attached: Scripting
2023-12-11 05:25 Diego Tag Attached: Suggestion