Custom Missions
In the resource i have a client file where you can make you're own custom missions and orientations
StartCustomMission = function(missionId)
if missionId == "CustomMission" then -- "CustomMission" is the mission id that you set in the config
while missionId ~= nil do
Wait(4)
if doneWithMission then
missionId = nil
end
end
elseif missionId == "CustomMission2" then -- "CustomMission2" is the mission id that you set in the config
end
endThis requires that you have some developing skills tho.
Last updated