Page cover

πŸ§‘Franklin

Franklin is a ped created by the Gang System script. This ped is the central command of the entire system.

Franklin

Who is Franklin?

Franklin is a ped, created by the Gang System, that can be targeted by anyone in the server. He is the central command of the entire system. By interacting with Franklin, players can do things such as, but not limited to: create a gang, start a mission, declare a home turf, forge an alliance, and much much more!

Where is Franklin?

Whenever the script starts, Franklin will be spawned at a random location from the Config.GangLeaders array in the config.lua file.

Guards

Guard Ped

By default, Franklin cannot be accessed through the open world. Players must be teleported to a specific location in order to access him. To facilitate this process, we use peds that can be targeted by the player. These guards are completely configurable and can even check if the player has any weapons on their person!

Configuration Hint

If you would prefer Franklin to be in the open world, you can change his location in the config.lua file and remove the guards from the Config.GangLeaderarray.

Do Nothing Guards

These guards do nothing. They are just for looks. Think of them as part of Franklin's "entourage". Their only purpose in the script is to increase immersion. Server administrators can remove these "do nothing" guards if they wish.

Get Established

Get Established
Create Gang Menu

If a player who is not part of an existing gang attempts to interact with Franklin, they will be met with a "Get Established" option. This option will allow them to create a gang if they have the required items (Required items are set via Config.GetEstablished in the config.lua file. This option will be unavailable to players who are already part of a Gang. This prevents players from being part of multiple gangs!

Gang Menu

If a player is part of an existing gang and attempts to interact with Franklin they will see an option to open the Gang Menu. This menu is a small part of the overall system and allows the player to perform a few different tasks such as: obtaining a Mission, managing the Gang Fund, and purchasing Gang Storage.

Last updated