View Single Post
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 03-31-2014 , 18:21   Re: [CS:GO] Clutch Or Cluck
Reply With Quote #9

Chicken animation should be just fine. You're using the default CS:GO chicken model, just like I have setup with my Chicken Mod plugin.

Is the animation not working for this plugin GabenNewell? Have you tested it yourself?

The only thing I didn't see was a model precache:
PHP Code:
public OnConfigsExecuted()
{
    
PrecacheModel(cocmodeltrue);

Also, you'll definitely need this if people use a custom model, unless you tell them to use a seperate plugin for precaching and adding to download tables.

Take a look at my plugin for examples and what not - if you want.
https://forums.alliedmods.net/showthread.php?t=156898
__________________
View my Plugins | Donate

Last edited by TnTSCS; 03-31-2014 at 18:21.
TnTSCS is offline