static key[8], value[16]format( key, charsmax(key), "_key" )format( value, charsmax(value), "mycostomvalue" )set_user_info ( id, key, value )
orset_user_info ( id, "_key", "mycostomvalue" )