βοΈCommunity Service System
The Community Service System offers an alternative punishment to jail time. Instead of serving a sentence behind bars, players can be assigned community tasks they must complete in the city or near the prison.
π― Purpose
This system is useful for:
Roleplay-friendly light punishments
Non-violent crime penalties
Reducing jail population
π οΈ How It Works
The player is teleported to the community service area.
A UI appears showing how many tasks remain.
Tasks involve walking to a target and doing an animation (e.g. picking trash).
After each action, the counter updates.
Once the required amount is done, the player is released.
π§Ύ Configuration Snippet
Config.CommunityService = {
ActionsRequired = 10,
Locations = {
vector3(1925.01, 4916.49, 47.08),
vector3(1928.14, 4913.02, 47.12),
-- Add more if needed
},
PedModel = `s_m_y_garbage`,
UsePed = true
}
You can adjust:
Number of actions required
Locations where actions happen
Whether to use a ped to assign/start service
Last updated