View Single Post
Lux
Veteran Member
Join Date: Jan 2015
Location: Cat
Old 10-16-2019 , 16:32   Re: [TF2] prop_ragdoll keeps crashing my game even with a model set.
Reply With Quote #4

Have you tried not creating a "physics_prop_ragdoll" instead use the entity you are using with this command (ent_create prop_ragdoll model "models/player/spy.mdl")

PHP Code:
int rag CreateEntityByName("prop_ragdoll"); 
Also dunno if you intended to not transmit the entity you may wanna remove that line.
PHP Code:
SetEdictFlags(ragFL_EDICT_DONTSEND); 
__________________
Connect
My Plugins: KlickME
[My GitHub]

Commission me for L4D
Lux is offline