View Single Post
Author Message
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 07-25-2014 , 17:57   [CSS] Custom weapons models interface (Redux)
Reply With Quote #1

Description:

Add custom weapons models with a easy API for developers.

This plugin use this snippet

Need SMLIB for compile this plugin


Natives:

Code:
/**
 * Set a custom model to a weapon.
 *
 * @param weaponindex            Weapon index for set model.
 * @param modelindex          Model index to set.
 * @param client           Client owned of weapon (0 = no client).
 * 
 * @noreturn			       
 */
native CWI_SetWeapon(weaponindex, modelindex, client=0);



/**
 * Remove the custom model to a weapon.
 *
 * @param weaponindex            Weapon index for remove the custom model.
 * @param client           Client owned of weapon (0 = no client).
 * 
 * @noreturn			       
 */
native CWI_DelWeapon(weaponindex, client=0);

Donations (optional):

If you apreciate my work, you can donate me via paypal or with a trade offer


Download:

Main repository
Direct download
Code changes
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 12-20-2015 at 10:27.
Franc1sco is offline
Send a message via MSN to Franc1sco