- Katılım
- 4 yıl 1 ay 19 gün
- Mesajlar
- 189
Bu kısa kod satırı hakkında hiç rehber olmadığını gördüm ve bir rehber hazırlamak istedim. Gereksiz resmon harcayan NPC scriptleri yerine aşşağıdaki kod satırını düzenleyip herhangi bir client'in için yazın.
Ped kodlarına
Kod:
-- NPC
Citizen.CreateThread(function()
RequestModel(GetHashKey("s_m_m_autoshop_01")) -- ped kodu
while not HasModelLoaded(GetHashKey("s_m_m_autoshop_01")) do -- ped kodu
Wait(1)
end
npc = CreatePed(1, GetHashKey("s_m_m_autoshop_01"), 958.882, -1968.6, 29.3, 59.35, false, true) -- ped kodu ve kordinatı
SetPedCombatAttributes(npc, 46, true)
SetPedFleeAttributes(npc, 0, 0)
SetBlockingOfNonTemporaryEvents(npc, true)
SetEntityAsMissionEntity(npc, true, true)
SetEntityInvincible(npc, true)
FreezeEntityPosition(npc, true)
end)
Linkleri,görmek için
Giriş yap veya üye ol.
erişebilirsiniz