[Server Crash] - TheNet:GetServerIsDedicated()


Maris

Recommended Posts

I was trying to do this:

PrefabFiles = {}function AddPrefabs(arr)	for i,v in ipairs(arr) do		table.insert(PrefabFiles,v)	endendif TheNet:GetIsClient() then	AddPrefabs({"my_client_prefab"})end

​It does not work properly as well as GetServerIsDedicated()

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.