New Player & Anti troll
Here you can find the installation for cas-newplayer script.
About Script
With our New Player Limit Script, fresh players will have restrictions preventing them from shooting or taking hostile actions against others until theyβve spent enough time in the game. This ensures a fair and safe environment for everyone, especially newcomers.
π VORP Core Integration Instructions
To integrate with vorp_core, you need to modify the vorp_core/client/spawnplayer.lua file.
Specifically, you must extend the existing vorp:initCharacter event to include the custom character initialization.
Hereβs how to do it properly:
βοΈ Steps
Locate the
vorp:initCharacterevent handler insidevorp_core/client/spawnplayer.lua.At the very end of the
vorp:initCharacterfunction, add the following trigger:
TriggerEvent("vorp:initCharCustom", coords, heading, isdead)This ensures your custom initialization runs after the player has fully loaded.
π οΈ Example: Full Modified vorp:initCharacter
vorp:initCharacterπ Important Notes
Do not replace the existing
vorp:initCharacterlogic.Only add
TriggerEvent("vorp:initCharCustom", coords, heading, isdead)at the very end of the handler.This ensures compatibility with VORP Core and adds your custom handling without breaking the default flow.
Installation
Plug & play
Configuration

Last updated