Garry's Mod
SCP Inventory Keycard Version
[resolved] Code problem jobs
PlayerSpawn = function(ply)
if ( SERVER ) then
ply:CreateSCPInventory()
ply:SCP_Inventory_GiveLoadout( "card_lvl_1" )
end
end

I wonder why when I do that, I get this result in the console, and that does not give me the keycard

Attempted to create unknown entity type none!
NULL Ent in GiveNamedItem!

Can someone help me?

resolved !
is :

if ( SERVER ) then
ply:SCP_Inventory_GiveLoadout( "ent_fak", "ent_hazmat_suit", "card_lvl_4" )
end
end
最近の変更はMaxime66410が行いました; 2019年6月23日 7時54分