Citizen.CreateThread(function()
local npc_net = PedToNet(npc)
NetworkRegisterEntityAsNetworked(npc)
SetNetworkIdExistsOnAllMachines(npc_net, true)
NetworkSetNetworkIdDynamic(npc_net, false)
end)
Citizen.CreateThread(function()
local model = GetHashKey("S_M_Y_Fireman_01")
RequestModel(model)
npc = CreatePed(1, model, -538.5405, -213.2880, 37.6498, 209.7613, false, false)
end)
Will other people be able to see this npc?