Wait wait wait, What?
So basically I could use that for equipping things to my player like if I had custom bodies?
Like I could use that to set the images or something? Example:
PHP Code:
function onKeyPressed( keynr, keyname )
{
if ( keyname == "s" )
{
setani( "od_custom_swing", clientr.equippedWep[3] );
}
}
So it would swing with the current image that is set to that index of the clientr array set to the player of their currently equipped weapon?