I have no idea how to do it, do u have a example?
I'm try to find some examples but i can't find
should I keep the option to enable that I can choose the skin option in the menu?
i mean, for example when he buy item save data or condition to enable item, maybe like this?
PHP Code:
new szKey[ 40 ] , szData[ 3 ] , iTS;
formatex( szKey , charsmax( szKey ) , "%s_knife" , g_szAuthID[ id ] );
if ( item == 0 && !nvault_lookup( g_iVaultID, szKey , szData , charsmax( szData ) , iTS ) {
return ITEM_DISABLED;
}
, and if he bought the item enabled and he can put the skin?
but i dont know how to code that condition