View Single Post
404UserNotFound
BANNED
Join Date: Dec 2011
Old 01-10-2019 , 16:17   Re: [TF2] Special Ragdolls (v1.0, 1-9-2019)
Reply With Quote #3

Posted this in the SM Discord but I'll post here too;

1. Might want to toss #pragma newdecls required in there and recompile to see if you've forgotten anything. For example, I noticed a missing return type for OnClientCookiesCached.
2. That menu switch setup, yikes. Why not utilize your existing ragdollType[client] variable to determine which menu item to set to ITEMDRAW_DISABLED. Something like this quick and dirty thing I threw together:

Lots of ternaries but it should do the job
404UserNotFound is offline