Diff
checker
टेक्स्ट
टेक्स्ट
छवियां
दस्तावेज़
Excel
फ़ोल्डर्स
Legal
Enterprise
डेस्कटॉप
मूल्य
साइन इन करें
Diffchecker डेस्कटॉप डाउनलोड करें
टेक्स्ट की तुलना करें
दो टेक्स्ट फ़ाइलों के बीच अंतर ढूंढें
उपकरण
इतिहास
रियल-टाइम एडिटर
रिक्त स्थान छिपाएँ
अपरिवर्तित संक्षिप्त करें
लाइन रैप बंद
लेआउट
विभाजित
संयुक्त
परिवर्तन हाइलाइट करें
स्मार्ट
शब्द
अक्षर
टेक्स्ट शैलियां
दिखावट बदलें
सिंटैक्स हाइलाइटिंग
सिंटैक्स चुनें
अनदेखा करें
टेक्स्ट बदलें
पहले अंतर पर जाएँ
इनपुट संपादित करें
Diffchecker Desktop
Diffchecker चलाने का सबसे सुरक्षित तरीका। Diffchecker Desktop ऐप पाएं: आपके diffs कभी आपके कंप्यूटर से बाहर नहीं जाते!
Desktop पाएं
Untitled diff
बनाया गया
8 वर्ष पहले
Diff कभी समाप्त नहीं होता
साफ़
निर्यात करें
शेयर करें
दोनों टेक्स्ट समान हैं
इन दो टेक्स्ट के बीच कोई अंतर नहीं है
0 हटाए गए
लाइनें
कुल
हटाया गया
अक्षर
कुल
हटाया गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
77 लाइनें
सभी को कॉपी करें
0 जोड़े गए
लाइनें
कुल
जोड़ा गया
अक्षर
कुल
जोड़ा गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
77 लाइनें
सभी को कॉपी करें
local Federalstorage = {}
local Federalstorage = {}
local Stage = 0
local Stage = 0
Citizen.CreateThread(function()
Citizen.CreateThread(function()
storageinit()
storageinit()
end)
end)
Citizen.CreateThread(function()
Citizen.CreateThread(function()
while true do
while true do
Wait(0)
Wait(0)
tick()
tick()
end
end
end)
end)
function storageinit()
function storageinit()
bank = AddBlipForCoord(-353.317, -54.1684, 49.0365)
bank = AddBlipForCoord(-353.317, -54.1684, 49.0365)
SetBlipSprite(bank, 304)
SetBlipSprite(bank, 304)
SetBlipAsShortRange(bank, true)
SetBlipAsShortRange(bank, true)
BeginTextCommandSetBlipName("STRING")
BeginTextCommandSetBlipName("STRING")
AddTextComponentString("Fleeca Job")
AddTextComponentString("Fleeca Job")
EndTextCommandSetBlipName(bank)
EndTextCommandSetBlipName(bank)
pickup = CreatePickup(GetHashKey("PICKUP_MONEY_SECURITY_CASE"), -354.009, -54.316, 49.046)
pickup = CreatePickup(GetHashKey("PICKUP_MONEY_SECURITY_CASE"), -354.009, -54.316, 49.046)
-- SetPickupRegenerationTime(pickup, 10000)
-- SetPickupRegenerationTime(pickup, 10000)
end
end
function tick()
function tick()
local playerPed = GetPlayerPed(-1)
local playerPed = GetPlayerPed(-1)
local playerCoords = GetEntityCoords(playerPed, 0)
local playerCoords = GetEntityCoords(playerPed, 0)
if(Stage==0) then
if(Stage==0) then
local location = GetEntityCoords(playerPed, 0)
local location = GetEntityCoords(playerPed, 0)
if (GetDistanceBetweenCoords( -353.317, -54.1684, 49.0365, location.x, location.y, location.z, true ) < 2 ) then
if (GetDistanceBetweenCoords( -353.317, -54.1684, 49.0365, location.x, location.y, location.z, true ) < 2 ) then
SetPedComponentVariation(playerPed, 9, 1, 0, 0)
SetPedComponentVariation(playerPed, 9, 1, 0, 0)
SetPlayerWantedLevel(GetPlayerPed(playerPed),4,false)
SetPlayerWantedLevel(GetPlayerPed(playerPed),4,false)
SetPlayerWantedLevelNow(GetPlayerPed(playerPed),false)
SetPlayerWantedLevelNow(GetPlayerPed(playerPed),false)
DrawMissionText("Escape the ~r~cops!", 10000)
DrawMissionText("Escape the ~r~cops!", 10000)
Stage = 1
Stage = 1
end
end
else if not(IsEntityDead(playerPed)) then
else if not(IsEntityDead(playerPed)) then
local location = GetEntityCoords(playerPed, nil )
local location = GetEntityCoords(playerPed, nil )
if (GetDistanceBetweenCoords( -353.317, -54.1684, 49.0365 , location.x, location.y, location.z, true ) < 42 )
if (GetDistanceBetweenCoords( -353.317, -54.1684, 49.0365 , location.x, location.y, location.z, true ) < 42 )
then
then
if(GetPlayerWantedLevel(GetPlayerPedScriptIndex(playerPed))<5) then
if(GetPlayerWantedLevel(GetPlayerPedScriptIndex(playerPed))<5) then
SetPlayerWantedLevel(GetPlayerPed(playerPed),5,false)
SetPlayerWantedLevel(GetPlayerPed(playerPed),5,false)
SetPlayerWantedLevelNow(GetPlayerPed(playerPed),false)
SetPlayerWantedLevelNow(GetPlayerPed(playerPed),false)
SetPlayerWantedLevel(GetPlayerPed(playerPed),4,false)
SetPlayerWantedLevel(GetPlayerPed(playerPed),4,false)
SetPlayerWantedLevelNow(GetPlayerPed(playerPed),false)
SetPlayerWantedLevelNow(GetPlayerPed(playerPed),false)
end
end
end
end
if not(IsPlayerWantedLevelGreater(GetPlayerPed(playerPed),0)) then
if not(IsPlayerWantedLevelGreater(GetPlayerPed(playerPed),0)) then
SetPedComponentVariation(playerPed, 9, 0, 0, 0)
SetPedComponentVariation(playerPed, 9, 0, 0, 0)
PlayMissionCompleteAudio("FRANKLIN_BIG_01")
PlayMissionCompleteAudio("FRANKLIN_BIG_01")
TriggerServerEvent('mission:completed', 500000)
TriggerServerEvent('mission:completed', 500000)
DrawMissionText("Good job! here is some ~y~cash.", 5000)
DrawMissionText("Good job! here is some ~y~cash.", 5000)
Stage=0
Stage=0
end
end
else
else
Stage = 0
Stage = 0
end
end
end
end
end
end
-- Text stuff
-- Text stuff
function DrawMissionText(m_text, showtime)
function DrawMissionText(m_text, showtime)
ClearPrints()
ClearPrints()
SetTextEntry_2("STRING")
SetTextEntry_2("STRING")
AddTextComponentString(m_text)
AddTextComponentString(m_text)
DrawSubtitleTimed(showtime, 1)
DrawSubtitleTimed(showtime, 1)
end
end
सेव किए गए Diffs
ऑरिजनल टेक्स्ट
फ़ाइल खोलें
local Federalstorage = {} local Stage = 0 Citizen.CreateThread(function() storageinit() end) Citizen.CreateThread(function() while true do Wait(0) tick() end end) function storageinit() bank = AddBlipForCoord(-353.317, -54.1684, 49.0365) SetBlipSprite(bank, 304) SetBlipAsShortRange(bank, true) BeginTextCommandSetBlipName("STRING") AddTextComponentString("Fleeca Job") EndTextCommandSetBlipName(bank) pickup = CreatePickup(GetHashKey("PICKUP_MONEY_SECURITY_CASE"), -354.009, -54.316, 49.046) -- SetPickupRegenerationTime(pickup, 10000) end function tick() local playerPed = GetPlayerPed(-1) local playerCoords = GetEntityCoords(playerPed, 0) if(Stage==0) then local location = GetEntityCoords(playerPed, 0) if (GetDistanceBetweenCoords( -353.317, -54.1684, 49.0365, location.x, location.y, location.z, true ) < 2 ) then SetPedComponentVariation(playerPed, 9, 1, 0, 0) SetPlayerWantedLevel(GetPlayerPed(playerPed),4,false) SetPlayerWantedLevelNow(GetPlayerPed(playerPed),false) DrawMissionText("Escape the ~r~cops!", 10000) Stage = 1 end else if not(IsEntityDead(playerPed)) then local location = GetEntityCoords(playerPed, nil ) if (GetDistanceBetweenCoords( -353.317, -54.1684, 49.0365 , location.x, location.y, location.z, true ) < 42 ) then if(GetPlayerWantedLevel(GetPlayerPedScriptIndex(playerPed))<5) then SetPlayerWantedLevel(GetPlayerPed(playerPed),5,false) SetPlayerWantedLevelNow(GetPlayerPed(playerPed),false) SetPlayerWantedLevel(GetPlayerPed(playerPed),4,false) SetPlayerWantedLevelNow(GetPlayerPed(playerPed),false) end end if not(IsPlayerWantedLevelGreater(GetPlayerPed(playerPed),0)) then SetPedComponentVariation(playerPed, 9, 0, 0, 0) PlayMissionCompleteAudio("FRANKLIN_BIG_01") TriggerServerEvent('mission:completed', 500000) DrawMissionText("Good job! here is some ~y~cash.", 5000) Stage=0 end else Stage = 0 end end end -- Text stuff function DrawMissionText(m_text, showtime) ClearPrints() SetTextEntry_2("STRING") AddTextComponentString(m_text) DrawSubtitleTimed(showtime, 1) end
परिवर्तित टेक्स्ट
फ़ाइल खोलें
local Federalstorage = {} local Stage = 0 Citizen.CreateThread(function() storageinit() end) Citizen.CreateThread(function() while true do Wait(0) tick() end end) function storageinit() bank = AddBlipForCoord(-353.317, -54.1684, 49.0365) SetBlipSprite(bank, 304) SetBlipAsShortRange(bank, true) BeginTextCommandSetBlipName("STRING") AddTextComponentString("Fleeca Job") EndTextCommandSetBlipName(bank) pickup = CreatePickup(GetHashKey("PICKUP_MONEY_SECURITY_CASE"), -354.009, -54.316, 49.046) -- SetPickupRegenerationTime(pickup, 10000) end function tick() local playerPed = GetPlayerPed(-1) local playerCoords = GetEntityCoords(playerPed, 0) if(Stage==0) then local location = GetEntityCoords(playerPed, 0) if (GetDistanceBetweenCoords( -353.317, -54.1684, 49.0365, location.x, location.y, location.z, true ) < 2 ) then SetPedComponentVariation(playerPed, 9, 1, 0, 0) SetPlayerWantedLevel(GetPlayerPed(playerPed),4,false) SetPlayerWantedLevelNow(GetPlayerPed(playerPed),false) DrawMissionText("Escape the ~r~cops!", 10000) Stage = 1 end else if not(IsEntityDead(playerPed)) then local location = GetEntityCoords(playerPed, nil ) if (GetDistanceBetweenCoords( -353.317, -54.1684, 49.0365 , location.x, location.y, location.z, true ) < 42 ) then if(GetPlayerWantedLevel(GetPlayerPedScriptIndex(playerPed))<5) then SetPlayerWantedLevel(GetPlayerPed(playerPed),5,false) SetPlayerWantedLevelNow(GetPlayerPed(playerPed),false) SetPlayerWantedLevel(GetPlayerPed(playerPed),4,false) SetPlayerWantedLevelNow(GetPlayerPed(playerPed),false) end end if not(IsPlayerWantedLevelGreater(GetPlayerPed(playerPed),0)) then SetPedComponentVariation(playerPed, 9, 0, 0, 0) PlayMissionCompleteAudio("FRANKLIN_BIG_01") TriggerServerEvent('mission:completed', 500000) DrawMissionText("Good job! here is some ~y~cash.", 5000) Stage=0 end else Stage = 0 end end end -- Text stuff function DrawMissionText(m_text, showtime) ClearPrints() SetTextEntry_2("STRING") AddTextComponentString(m_text) DrawSubtitleTimed(showtime, 1) end
अंतर खोजें