Interface administrators, moderator
2,861
edits
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
The ''path'' attribute is for the file in the client's game using a relative path from the game's folder.<br /> | The ''path'' attribute is for the file in the client's game using a relative path from the game's folder.<br /> | ||
You can add as many file entries to this as you want. | You can add as many file entries to this as you want. | ||
== GTA IV == | |||
For GTA IV, there are other measures a server can take to help reduce cheaters: | |||
* Set the [[CVars|"trainers" cvar]] to 0, which will prevent players from using ZMenu to spawn things, use air break, and other cheats | |||
* Set the [[CVars|"scripts" cvar]] to 0, which turns off all built-in SCO game scripts, as some mod menus and trainers use custom game scripts. | |||
* Use [[gta.getActiveScripts|gta.getActiveScripts]] and [[gta.terminateScript|gta.terminateScript]] to see and kill game scripts. Useful if you learn some of the trainer's script names. | |||
* Set <synclocalentities> in [[ServerConfiguration|server.xml]] to false, which will prevent things that a player spawns from being synced to other players, including traffic and walking pedestrians. | |||
Other trainers besides ZMenu are not supported by GTAC. Some work and some don't. It's hit and miss. See a list of our [[GameModifications|supported mods]]. | |||