Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 1000+ |
Requirements | N/A |
Support | Yes |
TEBEX LINK
OTHER RESOURCES
Rick Rental
Rick Drug
Rick Form
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 1000+ |
Requirements | N/A |
Support | Yes |
OTHER RESOURCES
Rick Rental
Rick Drug
Rick Form
Config = {}
-- These are the cars that will be selected randomly to player to steal if the job there doing is to steal car
Config.Cars = {'Sugoi', 'Jugular', 'Sultan', 'Gauntlet', 'Komoda', 'Outlaw'}
Config.weaponn = 'WEAPON_PISTOL' -- weapon ped use in steal prep not the player!
Missions = {
{location = vector3(970.81, 2718.45, 39.48),
ped = 'g_m_y_lost_01',
missiontype = 'steal',
item = 'normal',
ammount = '20000',
missioninfo = 'Steal Drugs From Our Rival The Lost MC',
mission = 'mission1',
missionnumber = false,
logo = '<i class="fa-solid fa-user-ninja"></i>' },
}
Pedammount = {
['steal'] = {
{ ammount = 10}
},
['kill'] = {
{ ammount = 10}
},
['all'] = {
{ ammount = 22} --- nvm not using anymore don't pay attention to it
},
}