RPCore [STANDALONE]

:warning: Information

FiveM Script with alot of useful commands/scripts all in one
Almost everything is customizable in the config.lua
If you already have one of the scripts, you can easily disable it in the config.lua

:hammer_and_wrench: Scripts

Delete vehicle command - (/dv)
Antiswear - Kicks a player when sending specific messages (You can change these messages in the config.lua)
RPCommands - /twt, /dispatch, /darkweb, /news, /do, /ooc, /me, /show id commands with discord logging
Hands up - Press x to put your hands up
Watermark - Watermark for your server with customizable text
Drag command - /drag command (Drags the closest player)
Crouch - Pressing ctrl makes you crouch
Tazer effect - Gives you an effect when you get tazed
No reticle - Disables the reticle when aiming
Damage ragdoll - Ragdoll when shot
Disable combat roll - Disables players from using the combat roll action while aiming.
Finger Point - Press b to point
Server List Uptime - Adds a server convar with the server uptime
No Grip - When jumping and running, there is an 90% chance of falling (Customizable)
Anti air control - Disable air control with vehicles
PVP Enabled - Enables PVP on your server
Delallveh - Delete all vehicles on the server
AFK Kick - Kick AFK players
Never Wanted - Disable wanted level and emergency services
Remove Parked Vehicles - Removes all parked vehicles
Auto Messages - Sends the configurable messages to the player, every x minutes.

:inbox_tray: Download

Download via Github

:gear: How to install

Add the RPCore folder to your FiveM resources directory.
Edit your server.cfg and add "ensure RPCore "
Edit config.lua to be customized for your server.

If you have any issues or suggestions please put them below.

16 Likes

Nice release man :slight_smile:

1 Like

Thanks

thank god for this, this takes like 10 scripts out of my server and adds 1 more lightweight one. also thank you for making it standalone and not esx or vrp

2 Likes

Updated

  • Added chat suggestions to RPCommands
  • Optimized tazer effect
  • Added delallveh script
  • Added AFK kick script
1 Like

Looks nice!

1 Like

Suggestion

It would be good to see an on-duty system added for police, so it recognizes you as an officer. If an officer, it won’t allow you to cuff or drag other officers, only civilians.

Great release for new servers!

Updated (1.0.3)

  • Fixed issue causing the drag command to not work
  • Added Automessages
  • Added delallveh delay before deleting vehicles (customizable in the config)

this will be very useful for my server

so if u disable combatroll on the config the fingerpoint stops working not sure why

EDIT: if anyone interested to make the fingerpoint works without the combatroll uncoment on the config for the combatroll and the function on client after that remove a end on the end of the fingerpoint function
other thing i found out is that handsup are not sending surrender status been trying to add this but so far no luck any help pls ?!

change your surrender animation to

local inTask = IsEntityPlayingAnim(closestPed, ‘missminuteman_1ig_2’, ‘handsup_base’, 3)

inversely, read what the status in question is looking for and adjust the bound of missminuteman_1ig_2 to match the animation that sets your surrender status.
not sure about the other issue you’re having though

any ideas? I dont touch client.lua file

Fixed, download the latest version

1 Like