https://i.hizliresim.com/gou8gb4.gif https://i.hizliresim.com/gou8gb4.gif

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Fivem Sabit Npc Koymak

Katılım
23 Tem 2021
Mesajlar
430
Kod:
Citizen.CreateThread(function()
RequestModel(GetHashKey("u_f_y_princess"))
while not HasModelLoaded(GetHashKey("u_f_y_princess")) do
Wait(1)
end
npc = CreatePed(1, GetHashKey("u_f_y_princess"), x, y, z, heading, false, true)
SetPedCombatAttributes(npc, 46, true)
SetPedFleeAttributes(npc, 0, 0)
SetBlockingOfNonTemporaryEvents(npc, true)
SetEntityAsMissionEntity(npc, true, true)
SetEntityInvincible(npc, true)
FreezeEntityPosition(npc, true)
end)
 
Geri
Üst